Re: [PATCH v2 21/25] drm/i915/xe2hpd: Set maximum DP rate to UHBR13.5

2024-04-07 Thread Chauhan, Shekhar
On 4/3/2024 16:52, Balasubramani Vivekanandan wrote: Max supported speed by xe2hpd is UHBR13.5. Limit the max DP source rate to it. Bspec: 67066 Signed-off-by: Balasubramani Vivekanandan Reviewed-by: Shekhar Chauhan --- drivers/gpu/drm/i915/display/intel_dp.c | 3 +++ 1 file changed, 3

[PATCH v2 21/25] drm/i915/xe2hpd: Set maximum DP rate to UHBR13.5

2024-04-03 Thread Balasubramani Vivekanandan
Max supported speed by xe2hpd is UHBR13.5. Limit the max DP source rate to it. Bspec: 67066 Signed-off-by: Balasubramani Vivekanandan --- drivers/gpu/drm/i915/display/intel_dp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i91