Skip to content

backend-drm: remove unnecessary ifdefs

Remove unnecessary ifdefs for DRM_MODE_CONNECTOR_DSI and DRM_MODE_CONNECTOR_DPI. They are both provided by libdrm and were introduced long before 2.4.83 (the lowest libdrm version we currently support).

This is to address !311 (comment 321531)

Merge request reports