]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915: POSTING_READ IPS_CTL before waiting for the vblank
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 19 Sep 2013 20:03:05 +0000 (17:03 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 20 Sep 2013 08:19:01 +0000 (10:19 +0200)
Make sure we write to IPS before we actually wait.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c

index 2ed974e1d08bb6f410de51cd158770f1318c72cd..1a4232e446fe6104932aeff102d5317554d3b9b1 100644 (file)
@@ -3386,6 +3386,7 @@ static void hsw_disable_ips(struct intel_crtc *crtc)
 
        assert_plane_enabled(dev_priv, crtc->plane);
        I915_WRITE(IPS_CTL, 0);
+       POSTING_READ(IPS_CTL);
 
        /* We need to wait for a vblank before we can disable the plane. */
        intel_wait_for_vblank(dev, crtc->pipe);