Skip to content

Commit caf3d74

Browse files
armurthyrodrigovivi
authored andcommitted
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 <[email protected]> Fixes: 62618c7 ("drm/i915/mtl: C20 PLL programming") Reviewed-by: Jani Nikula <[email protected]> Signed-off-by: Animesh Manna <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit ddf8a8b) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent d725ce9 commit caf3d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/display/intel_dp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ intel_dp_set_source_rates(struct intel_dp *intel_dp)
499499
/* The values must be in increasing order */
500500
static const int mtl_rates[] = {
501501
162000, 216000, 243000, 270000, 324000, 432000, 540000, 675000,
502-
810000, 1000000, 1350000, 2000000,
502+
810000, 1000000, 2000000,
503503
};
504504
static const int icl_rates[] = {
505505
162000, 216000, 270000, 324000, 432000, 540000, 648000, 810000,

0 commit comments

Comments
 (0)