Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f444071 authored by Jesse Barnes's avatar Jesse Barnes Committed by Eric Anholt
Browse files

drm/i915: apply DP bandwidth workaround for PCH eDP as well

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=29141

 though the
workaround itself is still a bit of a mystery.

Tested-by: default avatarAdam Hill <sidepipeuk@yahoo.co.uk>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 831cd445
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ intel_dp_mode_fixup(struct drm_encoder *encoder, struct drm_display_mode *mode,
		}
	}

	if (IS_eDP(intel_encoder)) {
	if (IS_eDP(intel_encoder) || IS_PCH_eDP(dp_priv)) {
		/* okay we failed just pick the highest */
		dp_priv->lane_count = max_lane_count;
		dp_priv->link_bw = bws[max_clock];