-
- Downloads
"git@ssh.gitlab.freedesktop.org:isinyaaa/linux.git" did not exist on "80d5be1a057e05f01d66e986cfd34d71845e5190"
linux-dmabuf: Add support for protocol version 5
It adds the followig paragraph:
```
Starting from version 5, the invalid_format protocol error is sent if
all planes don't use the same modifier.
```
We already assumed this in some places and, most importantly, it's
required by the kernel. Thus alter `dmabuf_attributes.modifier` to make
it clear that different modifiers for multi-planar dmabufs were never
supported.
Signed-off-by:
Robert Mader <robert.mader@collabora.com>
Showing
- libweston/backend-drm/fb.c 3 additions, 3 deletionslibweston/backend-drm/fb.c
- libweston/compositor.c 1 addition, 1 deletionlibweston/compositor.c
- libweston/linux-dmabuf.c 17 additions, 7 deletionslibweston/linux-dmabuf.c
- libweston/linux-dmabuf.h 1 addition, 1 deletionlibweston/linux-dmabuf.h
- libweston/renderer-gl/gl-renderer.c 14 additions, 22 deletionslibweston/renderer-gl/gl-renderer.c
- protocol/meson.build 1 addition, 1 deletionprotocol/meson.build
Loading
Please register or sign in to comment