]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Add intel_dp_mode_valid_with_dsc()
authorImre Deak <imre.deak@intel.com>
Mon, 22 Dec 2025 15:35:39 +0000 (17:35 +0200)
committerImre Deak <imre.deak@intel.com>
Tue, 13 Jan 2026 16:42:17 +0000 (18:42 +0200)
commit745395b51c26766b070f5761d97f9fbad15618c3
tree83d9958eb99ca54e7f78e9a8efe5a90c32e37ca1
parente68aecf473449d625bc5e3e2f0c754711d5f680d
drm/i915/dp: Add intel_dp_mode_valid_with_dsc()

Add intel_dp_mode_valid_with_dsc() and call this for an SST/MST mode
validation to prepare for a follow-up change using a way to verify the
mode's required BW the same way this is done elsewhere during state
computation (which in turn depends on the mode's effective data rate
with the corresponding BW overhead).

Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20251222153547.713360-13-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