Re: [PATCH 1/6] drm/i915: Relocate the SKL wm sanitation code

2024-11-01 Thread Jani Nikula
On Thu, 31 Oct 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > In order to add more MBUS sanitation into the code we'll want > to reuse a bunch of the code that performs the MBUS/related > hardware programming. Currently that code comes after the > main skl_wm_get_hw_state_and_sanitize() ent

[PATCH 1/6] drm/i915: Relocate the SKL wm sanitation code

2024-10-31 Thread Ville Syrjala
From: Ville Syrjälä In order to add more MBUS sanitation into the code we'll want to reuse a bunch of the code that performs the MBUS/related hardware programming. Currently that code comes after the main skl_wm_get_hw_state_and_sanitize() entrypoint. In order to avoid annoying forward declaratio