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

2024-03-07 Thread Ville Syrjälä
On Tue, Mar 05, 2024 at 10:47:27AM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > 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 le

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

2024-03-05 Thread Ville Syrjala
From: Ville Syrjälä 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 ti