]> www.infradead.org Git - users/hch/dma-mapping.git/commit
drm/i915/dp_mst: Don't require DSC hblank quirk for a non-DSC compatible mode
authorImre Deak <imre.deak@intel.com>
Wed, 9 Oct 2024 11:01:35 +0000 (14:01 +0300)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Wed, 16 Oct 2024 11:56:40 +0000 (14:56 +0300)
commit2f54e71359eb2abc0bdf6619cd356e5e350ff27b
tree4d66672d2064512b1194870d4ea735989e463518
parent69b3d87212676c4c22aa4660435e2066dc7d1311
drm/i915/dp_mst: Don't require DSC hblank quirk for a non-DSC compatible mode

If an MST branch device doesn't support DSC for a given mode, but the
MST link has enough BW for the mode, assume that the branch device does
support the mode using an uncompressed stream.

Fixes: 55eaef164174 ("drm/i915/dp_mst: Handle the Synaptics HBlank expansion quirk")
Cc: stable@vger.kernel.org # v6.8+
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241009110135.1216498-2-imre.deak@intel.com
(cherry picked from commit 4e75c3e208a06ad6fd9b3517fb77337460d7c2b0)
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
drivers/gpu/drm/i915/display/intel_dp_mst.c