All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 1/2] drm/i915/display/dp: Remove UHBR13.5 for icl
@ 2024-05-09  3:06 Arun R Murthy
  2024-05-09  3:06 ` [PATCH 2/2] drm/i915/display: Remove uhbr13.5 pll state values Arun R Murthy
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Arun R Murthy @ 2024-05-09  3:06 UTC (permalink / raw)
  To: intel-gfx, jani.nikula, ville.syrjala; +Cc: Arun R Murthy

Per Bspec display 14+ has uhbr13.5 Due to the retimer constraint none of
the Intel platforms support uhbr13.5. This has been removed for mtl
by the commit caf3d748f646 ("drm/i915/dp: Remove support for UHBR13.5")
This patch will remove the support for DG2.

v2: Reframed the commit msg (Jani)

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 163da48bc406..7098ca65701f 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -507,7 +507,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] 6+ messages in thread

end of thread, other threads:[~2024-05-10 12:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09  3:06 [PATCHv2 1/2] drm/i915/display/dp: Remove UHBR13.5 for icl Arun R Murthy
2024-05-09  3:06 ` [PATCH 2/2] drm/i915/display: Remove uhbr13.5 pll state values Arun R Murthy
2024-05-10 12:59   ` Jani Nikula
2024-05-09  3:44 ` ✗ Fi.CI.BUILD: warning for series starting with [PATCHv2,1/2] drm/i915/display/dp: Remove UHBR13.5 for icl Patchwork
2024-05-09  3:55 ` ✓ Fi.CI.BAT: success " Patchwork
2024-05-09 12:48 ` ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.