aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/drm.h
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-07-29 22:14:29 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-06 15:49:05 +1200
commit67b51f092249a5b98fdaba651dabdf8c2a708c5e (patch)
tree2423f009c30161d33ab7111dd37cc4e2446750cb /backend/drm/drm.h
parent31867a1b2e7c83d5148b548290beb0e7b6206df1 (diff)
Upgraded CRTC and Encoder matching
Diffstat (limited to 'backend/drm/drm.h')
-rw-r--r--backend/drm/drm.h5
1 files changed, 4 insertions, 1 deletions
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;