Skip to content

backends: Compare gpu/crtc/output configurations before applying

Carlos Garnacho requested to merge wip/carlosg/fix-open-lid-flicker into master

This spares us from visible flickering whenever an unchanged configuration is reapplied, eg. after lid open. The code in the X11 paths that did the same comparisons has been removed in favor of the generic checks.

https://bugzilla.gnome.org/show_bug.cgi?id=791879

Merge request reports