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 +
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