]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/dp: Remove unused DSC caps from intel_dp
authorImre Deak <imre.deak@intel.com>
Wed, 11 Oct 2023 17:16:06 +0000 (20:16 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 16 Oct 2023 14:01:58 +0000 (17:01 +0300)
commit02c8d561dbbf4258c3314ddb85fe609990b61316
treee6e8dd520da6a5177c0b3972164702025c662beb
parentd19daffc89fe50f1a3ab3007e006d0f97544a27c
drm/i915/dp: Remove unused DSC caps from intel_dp

The previous patches converted all users of the DSC DPCD caps to look
these up from the connector, so remove the version stored in intel_dp.

A follow-up patchset will read out the MST connector specific
capabilities in intel_dp_add_mst_connector() ->
intel_dp_mst_read_decompression_port_dsc_caps().

v2:
- Rebased on intel_edp_get_dsc_sink_cap() addition in the patchset.
v3:
- Rebased on read-out fix for eDP in the patchset.

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> (v1)
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/20231011171606.2540078-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display_types.h
drivers/gpu/drm/i915/display/intel_dp.c
drivers/gpu/drm/i915/display/intel_dp.h
drivers/gpu/drm/i915/display/intel_dp_mst.c