Skip to content

backend/drm: atomically reset state after VT switch

Simon Ser requested to merge emersion/wlroots:drm-atomic-reset into master

Allows the KMS driver to parallelize the modesets, so should be faster than going through each CRTC one by one.

Merge request reports