drm/i915: Extract {i9xx,ilk}_configure_cpu_transcoder()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Feb 2022 09:19:09 +0000 (11:19 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 1 Feb 2022 09:33:23 +0000 (11:33 +0200)
commita35eca01c372dc0f1a3ad663c6a93604c603a782
tree7d050f9468c65b0b40e756bc58ce8923ac1bc0c2
parent8de5df3b07efd1a04c549e59e0d72e2b3e2c517f
drm/i915: Extract {i9xx,ilk}_configure_cpu_transcoder()

Follow the path laid out by hsw+ and extract helpers to configure
the cpu transcoder for earlier platforms as well.

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