drm/i915/dp_mst: Program the DSC PPS SDP for each stream
authorImre Deak <imre.deak@intel.com>
Tue, 24 Oct 2023 01:09:10 +0000 (04:09 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 8 Nov 2023 15:22:14 +0000 (17:22 +0200)
commit53f468aa90091d3a75ff17b1c2f4874a9b862b38
tree1925e297c40bdb4563a7c468729d1aad1522322a
parent5d78cd80efdd4ac221a0ccd884082280ddef6128
drm/i915/dp_mst: Program the DSC PPS SDP for each stream

Atm the DSC PPS SDP is programmed only if the first stream is compressed
and then it's programmed only for the first stream. This left all other
compressed streams blank. Program the SDP for all streams.

v2:
- Rebase on upstream include "intel_vdsc.h" change.

Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231107001505.3370108-3-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_ddi.c
drivers/gpu/drm/i915/display/intel_dp_mst.c