aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/backend/drm/properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h
index 321b4492..b4d43bdd 100644
--- a/include/backend/drm/properties.h
+++ b/include/backend/drm/properties.h
@@ -15,6 +15,7 @@ union wlr_drm_connector_props {
uint32_t edid;
uint32_t dpms;
uint32_t link_status; // not guaranteed to exist
+ uint32_t path;
// atomic-modesetting only