wip: backend/drm: move pending CRTC to connector state

This commit is contained in:
Simon Ser 2022-12-06 18:15:04 +01:00
parent bf5114df6f
commit 8fb34d1d00
4 changed files with 21 additions and 21 deletions

View file

@ -98,6 +98,7 @@ struct wlr_drm_connector_state {
bool modeset;
bool active;
drmModeModeInfo mode;
struct wlr_drm_crtc *crtc;
struct wlr_drm_fb *primary_fb;
};