drm/i915/dp: Return early if DSC not supported
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 17 Dec 2024 09:32:32 +0000 (15:02 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 24 Dec 2024 09:49:55 +0000 (15:19 +0530)
commitadaa2cb6632ba9c4cf4c70a2b387d74c478159f8
tree9451a84c782550354946ff3592efa743871a8e7b
parent230a14f4c586be1f6a58cd35d35d7dfa34eb071e
drm/i915/dp: Return early if DSC not supported

Check for DSC support before computing link config with DSC.
For DP MST we are already doing the same.

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241217093244.3938132-3-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c