Skip to content

backend/drm: re-use previous mode blob if it didn't change

Simon Ser requested to merge emersion/wlroots:drm-keep-mode-blob into master

If the old mode is the same as the new one, we don't need to re-create the mode blob. This happens when the compositor calls wlr_output_set_mode() at startup, for instance.

Merge request reports