[PATCH 0/3] drm/i915: Make crtc disable more atomic

Ville Syrjala ville.syrjala at linux.intel.com
Tue Mar 5 08:47:27 UTC 2024


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

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



More information about the Intel-gfx mailing list