Commit 98b1c87a authored by Balasubramani Vivekanandan's avatar Balasubramani Vivekanandan Committed by Radhakrishna Sripada
Browse files

drm/i915/xe2hpd: Set maximum DP rate to UHBR13.5

parent c528aaa3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -477,6 +477,9 @@ static int mtl_max_source_rate(struct intel_dp *intel_dp)
	if (intel_encoder_is_c10phy(encoder))
		return 810000;

	if (DISPLAY_VER_FULL(to_i915(encoder->base.dev)) == IP_VER(14, 1))
		return 1350000;

	return 2000000;
}