Re: [Intel-gfx] [PATCH v2 1/7] drm/i915: move memory frequency detection to intel_dram.c

2023-02-13 Thread Ville Syrjälä
On Mon, Feb 13, 2023 at 09:59:56PM +0200, Jani Nikula wrote: > The memory frequency detection is a bit spread out here and > there. Consolidate to intel_dram.c. > > v2: > - Remove inaccurate comment (Ville) > - Call detect_mem_freq() unconditionally (Ville) > > Cc: Ville Syrjälä > Signed-off-by:

[Intel-gfx] [PATCH v2 1/7] drm/i915: move memory frequency detection to intel_dram.c

2023-02-13 Thread Jani Nikula
The memory frequency detection is a bit spread out here and there. Consolidate to intel_dram.c. v2: - Remove inaccurate comment (Ville) - Call detect_mem_freq() unconditionally (Ville) Cc: Ville Syrjälä Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/gt/intel_rps.c | 29 - drivers/g