Skip to content

backend/drm: fix atomic commits when the GAMMA_LUT prop is missing

Simon Ser requested to merge github/fork/emersion/atomic-no-gamma-lut into master

We already have the logic to fallback to the legacy interface above. We just need to avoid calling atomic_add with a zero prop ID.

Closes: https://github.com/swaywm/wlroots/issues/2187 Closes: https://github.com/swaywm/wlroots/issues/2193

Merge request reports