From: Oleksandr Andrushchenko <andr2000@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: lars.kurth@citrix.com, vlad.babchuk@gmail.com,
Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>,
julien.grall@arm.com, andrii.anisov@gmail.com,
olekstysh@gmail.com, andr2000@gmail.com, al1img@gmail.com,
joculator@gmail.com
Subject: [PATCH v4] displif: add ABI for para-virtual display
Date: Mon, 20 Mar 2017 10:56:31 +0200 [thread overview]
Message-ID: <1490000192-17467-1-git-send-email-andr2000@gmail.com> (raw)
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
This is the ABI for the two halves of a para-virtualized
display driver.
This protocol aims to provide a unified protocol which fits more
sophisticated use-cases than a framebuffer device can handle. At the
moment basic functionality is supported with the intention to extend:
o multiple dynamically allocated/destroyed framebuffers
o buffers of arbitrary sizes
o better configuration options including multiple display support
Note: existing fbif can be used together with displif running at the
same time, e.g. on Linux one provides framebuffer and another DRM/KMS
Future extensions to the existing protocol may include:
o allow display/connector cloning
o allow allocating objects other than display buffers
o add planes/overlays support
o support scaling
o support rotation
Thank you,
Oleksandr Andrushchenko
Oleksandr Grytsov
Oleksandr Andrushchenko (1):
displif: add ABI for para-virtual display
xen/include/public/io/displif.h | 847 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 847 insertions(+)
create mode 100644 xen/include/public/io/displif.h
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-03-20 8:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-20 8:56 Oleksandr Andrushchenko [this message]
2017-03-20 8:56 ` [PATCH v4] displif: add ABI for para-virtual display Oleksandr Andrushchenko
2017-03-28 7:56 ` Oleksandr Andrushchenko
2017-04-04 19:38 ` Konrad Rzeszutek Wilk
2017-04-04 20:03 ` Oleksandr Andrushchenko
2017-04-04 20:07 ` Konrad Rzeszutek Wilk
2017-04-05 4:44 ` Oleksandr Andrushchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1490000192-17467-1-git-send-email-andr2000@gmail.com \
--to=andr2000@gmail.com \
--cc=al1img@gmail.com \
--cc=andrii.anisov@gmail.com \
--cc=joculator@gmail.com \
--cc=julien.grall@arm.com \
--cc=lars.kurth@citrix.com \
--cc=oleksandr_andrushchenko@epam.com \
--cc=olekstysh@gmail.com \
--cc=vlad.babchuk@gmail.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).