drm/i915: Move intel_disable_shared_dpll() into ilk_pch_post_disable()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 10 Mar 2025 18:35:28 +0000 (20:35 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 25 Mar 2025 20:48:13 +0000 (22:48 +0200)
commite8828d7fdbb9241d44f9c403f5088e05b3da102c
treecbb2ac8bee7065e6249ee5f9770e397d6194888c
parent7ab420b966346067132b05be8196e67adc72e568
drm/i915: Move intel_disable_shared_dpll() into ilk_pch_post_disable()

On ILK-IVB only PCH outputs use shared dplls. Move the relevant
intel_disable_shared_dpll() into ilk_pch_post_disable() to make
that clear (and if we extend the dpll mgr to cover all plls we need
different enable/disable points anyway for the PCH vs. CPU eDP cases).
The intel_enable_shared_dpll() counterpart was already in
ilk_pch_enable() anyway, so this is the more symmetric place for the
disable as well.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250310183528.3203-2-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/display/intel_pch_display.c