From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Make the crtc disable more atomic (in terms of plane disable). And also also track which pipes need disabling in the same way as skl_commit_modeset_enables(), which should make the whole thing bit less messy as we don't have to keep on checking the same conditions multiple times. Ville Syrjälä (3): drm/i915: Precompute disable_pipes bitmask in intel_commit_modeset_disables() drm/i915: Disable planes more atomically during modesets drm/i915: Simplify intel_old_crtc_state_disables() calling convention drivers/gpu/drm/i915/display/intel_display.c | 48 +++++++++++--------- 1 file changed, 27 insertions(+), 21 deletions(-) -- 2.43.0