]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/dp_mst: Set connector DSC capabilities and decompression AUX
authorImre Deak <imre.deak@intel.com>
Tue, 10 Oct 2023 11:25:03 +0000 (14:25 +0300)
committerImre Deak <imre.deak@intel.com>
Mon, 16 Oct 2023 14:00:36 +0000 (17:00 +0300)
commit808b43fa7e56e94563b86af2703ba88ee156e3c2
treeb7931504018b084a34c6e815316a0400e311a2f1
parent7389829f212d30d9588b969ff4a7b4d0005720a1
drm/i915/dp_mst: Set connector DSC capabilities and decompression AUX

Similarly to eDP and SST-DP connectors read out the DSC capabilities for
MST connectors as well. Atm these will match the root port's DSC caps
and only used after a follow-up change enables the decompression for
each stream separately (vs. the current way of enabling it only globally
in the first branch device downstream of the root port).

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/20231010112504.2156789-3-imre.deak@intel.com
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