Re: [Xen-devel] [PATCH] drmif: add ABI for para-virtual DRM/KMS

2016-11-24 Thread Oleksandr Andrushchenko
Sorry about that, will fix On Thu, Nov 24, 2016 at 5:05 PM, Lars Kurth wrote: > > Oleksandr, > > > On 24/11/2016 11:30, "Oleksandr Andrushchenko" wrote: > >>This is the ABI for the two halves of a para-virtualized >>DRM/KMS driver. >> >>Signed-off-by: Oleksandr Andrushchenko >>Signed-off-by: Ol

Re: [Xen-devel] [PATCH] drmif: add ABI for para-virtual DRM/KMS

2016-11-24 Thread Lars Kurth
Oleksandr, On 24/11/2016 11:30, "Oleksandr Andrushchenko" wrote: >This is the ABI for the two halves of a para-virtualized >DRM/KMS driver. > >Signed-off-by: Oleksandr Andrushchenko >Signed-off-by: Oleksandr Grytsov ... >+ * >+ * Copyright (C) 2016 EPAM Systems Inc. >+ * >+ * Authors: Olek

Re: [Xen-devel] [PATCH] drmif: add ABI for para-virtual DRM/KMS

2016-11-24 Thread Jan Beulich
>>> On 24.11.16 at 12:30, wrote: > --- /dev/null > +++ b/include/xen/interface/io/drmif_linux.h > @@ -0,0 +1,142 @@ > +/** > + * drmif_linux.h > + * > + * Unified DRM-device I/O interface for Xen guest OSes > + * > + * Pe

[Xen-devel] [PATCH] drmif: add ABI for para-virtual DRM/KMS

2016-11-24 Thread Oleksandr Andrushchenko
This is the ABI for the two halves of a para-virtualized DRM/KMS driver. Signed-off-by: Oleksandr Andrushchenko Signed-off-by: Oleksandr Grytsov --- include/xen/interface/io/drmif.h | 505 + include/xen/interface/io/drmif_linux.h | 142 + 2 files ch

[Xen-devel] [PATCH] drmif: add ABI for para-virtual DRM/KMS

2016-11-24 Thread Oleksandr Andrushchenko
Hi, all! This patch adds support for para-virtualized DRM/KMS. Comments, ideas are more than welcome. With best regards, Oleksandr Andrushchenko Oleksandr Grytsov Oleksandr Andrushchenko (1): drmif: add ABI for para-virtual DRM/KMS include/xen/interface/io/drmif.h | 505 +++