Upgraded CRTC and Encoder matching

This commit is contained in:
Scott Anderson 2017-07-29 22:14:29 +12:00
parent 31867a1b2e
commit 67b51f0922
2 changed files with 232 additions and 33 deletions

View file

@ -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;