drm/i915: Extract hsw_configure_cpu_transcoder()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 24 Jan 2022 19:26:37 +0000 (21:26 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 26 Jan 2022 11:01:10 +0000 (13:01 +0200)
commit1d894ce88eca35ef8627901c47c3881cb1f3e74a
treea95e38b8f2765bf44822378da79a92df4a303536
parentc20b5d41e9de40a51b7e5516198c08a906fb7770
drm/i915: Extract hsw_configure_cpu_transcoder()

Pull the transcoder specific modeset steps into a single place.
With bigoiner we need to keep in mind wheher we're dealing with
the transcoder or the pipe, and a slightly higher level split makes
that easier.

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