[PATCH weston 0/2] compositor: Support linux_dmabuf multiplanar formats for scanout/sprite planes
Derek Foreman
derekf at osg.samsung.com
Thu Jun 16 15:19:57 UTC 2016
On 27/05/16 04:52 AM, Tomohito Esaki wrote:
> These patches add support multiplanar formats by using linux_dmabuf instead of
> gbm for scanout/sprite plane importing.
>
> When rendering linux_dmabuf buffers, gbm isn't required, and multiplanar
> formats can be supported by using drmModeAddFB2() instead of gbm_import().
>
> The first patch adapts the functions that create and destroy the drm_fb struct
> to add support for linux_dmabuf.
>
> Tomohito Esaki (2):
> compositor-drm: Add scanout support for linux_dmabuf buffers
> compositor-drm: Support linux_dmabuf output for sprite planes without
> gbm
>
> src/compositor-drm.c | 175 +++++++++++++++++++++++++++++++++++++--------------
> 1 file changed, 127 insertions(+), 48 deletions(-)
>
While I don't know when I'll have time to review this properly, it's
certainly
Acked-by: Derek Foreman <derekf at osg.samsung.com>
Thanks for doing this,
Derek
More information about the wayland-devel
mailing list