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

Commit 5ddb954b authored by Chris Wilson's avatar Chris Wilson Committed by Eric Anholt
Browse files

drm/i915/edp: Flush the write before waiting for PLLs

parent 913d8d11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1665,6 +1665,7 @@ static void ironlake_enable_pll_edp (struct drm_crtc *crtc)
	dpa_ctl = I915_READ(DP_A);
	dpa_ctl |= DP_PLL_ENABLE;
	I915_WRITE(DP_A, dpa_ctl);
	POSTING_READ(DP_A);
	udelay(200);
}