xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] displif: add ABI for para-virtual display
@ 2017-03-20  8:56 Oleksandr Andrushchenko
  2017-03-20  8:56 ` Oleksandr Andrushchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Oleksandr Andrushchenko @ 2017-03-20  8:56 UTC (permalink / raw)
  To: xen-devel
  Cc: lars.kurth, vlad.babchuk, Oleksandr Andrushchenko, julien.grall,
	andrii.anisov, olekstysh, andr2000, al1img, joculator

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-04-05  4:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20  8:56 [PATCH v4] displif: add ABI for para-virtual display Oleksandr Andrushchenko
2017-03-20  8:56 ` 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

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).