Skip to content

backend/drm: rollback atomic blobs

Simon Ser requested to merge github/fork/emersion/rollback-atomic-blobs into master

If the atomic commit fails or is test-only, rollback wlr_drm_crtc.{mode_id,gamma_lut} blob IDs to their previous value. This prevents the next commits from failing or applying test-only state.

Merge request reports