]> Pileus Git - ~andy/linux/commitdiff
drm/i915/edp: Flush the write before waiting for PLLs
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 7 Aug 2010 10:01:36 +0000 (11:01 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 9 Aug 2010 18:24:35 +0000 (11:24 -0700)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c

index 0bf683dd512c65c4bb3f7cf57bdd1597d5639c72..2a32a7b60c96082d582804b477f90d321745f866 100644 (file)
@@ -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);
 }