From efdd4d6ea275ff4a0a22f8a348abca5847a9e65e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sun, 9 Dec 2018 22:48:00 +1300 Subject: backend/drm: Improve encoder logic This fixes an issue that can occur with DP MST connectors not reporting any encoders. --- include/backend/drm/properties.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend') 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 -- cgit v1.2.3