mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
backend/drm: support multi-planar DMA-BUFs when exporting
This commit is contained in:
parent
36bd4795d4
commit
bd430b8620
3 changed files with 28 additions and 10 deletions
|
|
@ -270,8 +270,7 @@ static bool drm_connector_export_dmabuf(struct wlr_output *output,
|
|||
struct wlr_drm_plane *plane = crtc->primary;
|
||||
struct wlr_drm_surface *surf = &plane->surf;
|
||||
|
||||
export_drm_bo(surf->back, attribs);
|
||||
return true;
|
||||
return export_drm_bo(surf->back, attribs);
|
||||
}
|
||||
|
||||
static void drm_connector_start_renderer(struct wlr_drm_connector *conn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue