Skip to content

backends/drm: Use drmModeGetConnectorTypeName()

Vlad Zahorodnii requested to merge work/zzag/backend-drm-connector-name into master

It ensures that connector type naming is consistent across compositors and saves us some work adding string mappings.

drmModeGetConnectorTypeName() uses the same naming scheme as the drm backend so the client side should be unaffected by this change.

CCBUG: 385135


couldn't land in 5.26 because fedora 36 intended to ship 5.26

Merge request reports