Skip to content

backend/drm: stash pending page-flip CRTC

Simon Ser requested to merge github/fork/emersion/drm-pending-crtc into master

wlr_drm_connector.crtc may be updated by the DRM backend while a page-flip is pending. In this case, the page-flip handler won't be able to find the right wlr_drm_connector from the CRTC ID.

Save the CRTC when performing a page-flip to ensure we always find the right connector when we get the event.

Merge request reports