From 67b51f092249a5b98fdaba651dabdf8c2a708c5e Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sat, 29 Jul 2017 22:14:29 +1200 Subject: Upgraded CRTC and Encoder matching --- backend/drm/drm.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'backend/drm/drm.h') diff --git a/backend/drm/drm.h b/backend/drm/drm.h index 2f79417a..299be942 100644 --- a/backend/drm/drm.h +++ b/backend/drm/drm.h @@ -42,7 +42,7 @@ struct wlr_drm_crtc { struct wlr_drm_plane *primary; struct wlr_drm_plane *overlay; struct wlr_drm_plane *cursor; - + union wlr_drm_crtc_props props; struct wl_list connectors; @@ -115,6 +115,9 @@ struct wlr_output_state { enum wlr_drm_output_state state; uint32_t connector; + struct wlr_drm_crtc *crtc_; + uint32_t possible_crtc; + union wlr_drm_connector_props props; uint32_t width; -- cgit v1.2.3