drm/i915: Introduce ilk_pch_pre_enable()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 24 Jan 2022 19:31:36 +0000 (21:31 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 26 Jan 2022 05:57:24 +0000 (07:57 +0200)
commitd8f7f8831bce9ef6a1f562037e137f57b5951501
tree03efc44445854f4bef52d78d1074762f3e2b3c13
parentcf5b64f7f10b28bebb9b7c9d25e7aee5cbe43918
drm/i915: Introduce ilk_pch_pre_enable()

Complete the ilk pch modeset abstraction by adding ilk_pch_pre_enable().
I did the disable vs. post_disable split already for the disable
sequence, but the enable sequence was still left with the naked
ilk_fdi_pll_enable() call for some reason.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220124193136.2397-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
drivers/gpu/drm/i915/display/intel_pch_display.h