Skip to content

Draft: backend/drm: move pending layer FB to wlr_drm_connector_state

Simon Ser requested to merge emersion/wlroots:drm-layer-state into master

Introduce struct wlr_drm_layer_state to hold temporary per-commit layer state. Store pending FBs there, to mirror wlr_drm_connector_state.primary_fb.

Merge request reports