Re: [PATCH 4/6] drm/i915: Extract mbus_ctl_join_update()

2024-11-01 Thread Jani Nikula
On Thu, 31 Oct 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > We'll be wanting reprogram the MBUS_CTL register during an *to* :) And the same nitpick about intel_display. Reviewed-by: Jani Nikula > upcoming MBUS sanitation stage. Extract the reprogramming > into a helper that doesn't

[PATCH 4/6] drm/i915: Extract mbus_ctl_join_update()

2024-10-31 Thread Ville Syrjala
From: Ville Syrjälä We'll be wanting reprogram the MBUS_CTL register during an upcoming MBUS sanitation stage. Extract the reprogramming into a helper that doesn't depend on the full atomic state so that it can be reused. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/skl_waterm