Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/display/dp: Remove support for UHBR13.5
@ 2023-06-20  2:52 Arun R Murthy
  2023-06-20  3:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Arun R Murthy @ 2023-06-20  2:52 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

As per the DP2.1 Spec support for UHBR13.5 is optional. Hence removing
the support for UHBR13.5
UHBR10 can be used for 6k panels.

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 9f40da20e88d..54ddc953e5bc 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -465,7 +465,7 @@ intel_dp_set_source_rates(struct intel_dp *intel_dp)
 	};
 	static const int icl_rates[] = {
 		162000, 216000, 270000, 324000, 432000, 540000, 648000, 810000,
-		1000000, 1350000,
+		1000000,
 	};
 	static const int bxt_rates[] = {
 		162000, 216000, 243000, 270000, 324000, 432000, 540000
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-06-27  8:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20  2:52 [Intel-gfx] [PATCH] drm/i915/display/dp: Remove support for UHBR13.5 Arun R Murthy
2023-06-20  3:58 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-06-20 10:31 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2023-06-21  8:49 ` [Intel-gfx] [PATCH] " Kandpal, Suraj
2023-06-21  9:01   ` Jani Nikula
2023-06-21  8:57 ` Jani Nikula
2023-06-22  4:44   ` Murthy, Arun R
2023-06-26 12:32     ` Jani Nikula
2023-06-27  7:30       ` Murthy, Arun R
2023-06-27  8:00         ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox