Re: [PATCH 05/14] drm/i915/dpio: Remove pointless variables from vlv/chv DPLL code

2024-04-22 Thread Jani Nikula
On Mon, 22 Apr 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Drop all the local variables for the DPLL dividers for vlv/chv > and just consult the state directly. > > Signed-off-by: Ville Syrjälä Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_dpll.c | 62 +

[PATCH 05/14] drm/i915/dpio: Remove pointless variables from vlv/chv DPLL code

2024-04-22 Thread Ville Syrjala
From: Ville Syrjälä Drop all the local variables for the DPLL dividers for vlv/chv and just consult the state directly. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dpll.c | 62 ++- 1 file changed, 27 insertions(+), 35 deletions(-) diff --git a/drive