aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/properties.c
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-12-09 22:48:00 +1300
committerScott Anderson <scott@anderso.nz>2018-12-09 22:48:00 +1300
commitefdd4d6ea275ff4a0a22f8a348abca5847a9e65e (patch)
treeb9fa826a96fb1de9f2dd85115f7275757de3b682 /backend/drm/properties.c
parentf8056a0350ba3d13bdcc9168740c11b9356f626d (diff)
backend/drm: Improve encoder logic
This fixes an issue that can occur with DP MST connectors not reporting any encoders.
Diffstat (limited to 'backend/drm/properties.c')
-rw-r--r--backend/drm/properties.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/drm/properties.c b/backend/drm/properties.c
index 5ca4c8ac..5541d1be 100644
--- a/backend/drm/properties.c
+++ b/backend/drm/properties.c
@@ -22,6 +22,7 @@ static const struct prop_info connector_info[] = {
{ "CRTC_ID", INDEX(crtc_id) },
{ "DPMS", INDEX(dpms) },
{ "EDID", INDEX(edid) },
+ { "PATH", INDEX(path) },
{ "link-status", INDEX(link_status) },
#undef INDEX
};