Skip to content

Add DRM_MODE_CONNECTOR_WRITEBACK to xf86drmMode.h

Daniel Stone requested to merge daniels/drm:add-writeback-connector into master

xf86drmMode.h currently duplicates the connector-type definitions from drm_mode.h. Add DRM_MODE_CONNECTOR_WRITEBACK, which is only visible through a client cap, from drm_mode.h.

Signed-off-by: Daniel Stone daniels@collabora.com

Merge request reports