diff options
author | Scott Anderson <scott@anderso.nz> | 2018-12-09 22:48:00 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-12-09 22:48:00 +1300 |
commit | efdd4d6ea275ff4a0a22f8a348abca5847a9e65e (patch) | |
tree | b9fa826a96fb1de9f2dd85115f7275757de3b682 /backend/drm/properties.c | |
parent | f8056a0350ba3d13bdcc9168740c11b9356f626d (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.c | 1 |
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 }; |