Skip to content

backend/drm: fix stack overflow in dealloc_crtc

Simon Ser requested to merge github/fork/emersion/drm-stack-overflow into master

Call drm_crtc_commit directly instead of calling drm_connector_set_mode. This restores the previous behaviour where conn_enable was called 1.

Closes: https://github.com/swaywm/wlroots/issues/2253

Merge request reports