drm/i915/dp: Use connector DSC DPCD in i915_dsc_fec_support_show()
authorImre Deak <imre.deak@intel.com>
Fri, 6 Oct 2023 13:37:13 +0000 (16:37 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 16 Oct 2023 14:00:53 +0000 (17:00 +0300)
commit102c8013b6536d93506d85d6664968e51556102c
tree56b861af306c5498a66bbb1b8c46d08ccd550473
parent829d8a19437cdbaec19836835025833ebab232a2
drm/i915/dp: Use connector DSC DPCD in i915_dsc_fec_support_show()

Use the connector's DSC DPCD capabilities in i915_dsc_fec_support_show()
instead of the version stored in the encoder. Atm the two are identical,
but a follow-up patch will store the (MST) connector specific version
in the connector.

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231006133727.1822579-6-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_debugfs.c