Re: [PATCH weston 1/2] compositor-drm: Add scanout support for linux_dmabuf buffers

2016-06-15 Thread Pekka Paalanen
On Fri, 27 May 2016 18:52:27 +0900 Tomohito Esaki wrote: > This implementations bypasses gbm and passes the dmabuf handles directly > to libdrm for composition. > > Signed-off-by: Tomohito Esaki Hi, thank you for working on this, it has been on the todo for quite a while. The patch seems good

[PATCH weston 1/2] compositor-drm: Add scanout support for linux_dmabuf buffers

2016-05-27 Thread Tomohito Esaki
This implementations bypasses gbm and passes the dmabuf handles directly to libdrm for composition. Signed-off-by: Tomohito Esaki --- src/compositor-drm.c | 128 +++ 1 file changed, 108 insertions(+), 20 deletions(-) diff --git a/src/compositor-dr