drm/i915/dp: Remove support for UHBR13.5
authorArun R Murthy <arun.r.murthy@intel.com>
Wed, 28 Feb 2024 14:43:50 +0000 (20:13 +0530)
committerAnimesh Manna <animesh.manna@intel.com>
Thu, 28 Mar 2024 10:52:28 +0000 (16:22 +0530)
commitddf8a8bbb5643265883bab0c59adf0648422c4bb
tree64a488fc85a56dcb22a8ab76ea7c86eddd258390
parent2bcf0f9bb33d7199a7ba02c2a38c25a4f7f22c3a
drm/i915/dp: Remove support for UHBR13.5

UHBR13.5 is not supported in MTL and also the DP2.1 spec says UHBR13.5
is optional. Hence removing UHBR135 from the supported link rates.

v2: Reframed the commit message and added link to the issue.

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
Fixes: 62618c7f117e ("drm/i915/mtl: C20 PLL programming")
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240228144350.3184930-1-arun.r.murthy@intel.com
drivers/gpu/drm/i915/display/intel_dp.c