drm/i915: Fix FEC pipe A vs. DDI A mixup
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 2 May 2023 14:38:59 +0000 (17:38 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 13 Sep 2023 13:37:40 +0000 (16:37 +0300)
commit126f94e87e7960ef7ae58180e39c19cc9dcbbf7f
tree2cb63c33d6e66fedf93454a75d2beb63205a104e
parentcbbfe9150857253216e519d85d7b4ff2b56558c2
drm/i915: Fix FEC pipe A vs. DDI A mixup

On pre-TGL FEC is a port level feature, not a transcoder
level feature, and it's DDI A which doesn't have it, not
trancoder A. Check for the correct thing when determining
whether FEC is supported or not.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230502143906.2401-5-ville.syrjala@linux.intel.com
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c