]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/mst: Check intel_dp_joiner_needs_dsc()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 4 Apr 2024 21:34:33 +0000 (00:34 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 9 Apr 2024 15:26:18 +0000 (18:26 +0300)
commit5a1527ed8b431055fca51d67a6dde064ec2e76f2
tree4b5e2c2c128c0679f8798e78ca9cd8c902caa798
parentaa099402f98b1e1436d1683884d93edbaf21195a
drm/i915/mst: Check intel_dp_joiner_needs_dsc()

intel_dp_mst_compute_config() is missing the "does the
joiner need DSC?" check despite claiming to have a lot
of other joiner/dsc stuff in there (albeit disabled).
Replicate the logic from the SST side.

TODO: refactor all this duplicated code!

Tested-by: Vidya Srinivas <vidya.srinivas@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240404213441.17637-10-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_dp_mst.c