Re: [Intel-gfx] [PATCH 1/4] drm/i915: move *_crtc_clock_get() to intel_dpll.c

2023-11-14 Thread Ville Syrjälä
On Mon, Nov 13, 2023 at 06:47:08PM +0200, Jani Nikula wrote: > Considering what the functions do, intel_dpll.c is a more suitable > location, and lets us make some functions static while at it. > > This also means intel_display.c no longer does any DPIO access. > > Signed-off-by: Jani Nikula Re

[Intel-gfx] [PATCH 1/4] drm/i915: move *_crtc_clock_get() to intel_dpll.c

2023-11-13 Thread Jani Nikula
Considering what the functions do, intel_dpll.c is a more suitable location, and lets us make some functions static while at it. This also means intel_display.c no longer does any DPIO access. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_display.c | 171 -