Updated from Linux LTS 3.10.21 to 3.10.22
This commit is contained in:
@@ -7163,7 +7163,9 @@ static void i9xx_update_cursor(struct drm_crtc *crtc, u32 base)
|
||||
intel_crtc->cursor_visible = visible;
|
||||
}
|
||||
/* and commit changes on next vblank */
|
||||
POSTING_READ(CURCNTR(pipe));
|
||||
I915_WRITE(CURBASE(pipe), base);
|
||||
POSTING_READ(CURBASE(pipe));
|
||||
}
|
||||
|
||||
static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
|
||||
@@ -7192,7 +7194,9 @@ static void ivb_update_cursor(struct drm_crtc *crtc, u32 base)
|
||||
intel_crtc->cursor_visible = visible;
|
||||
}
|
||||
/* and commit changes on next vblank */
|
||||
POSTING_READ(CURCNTR_IVB(pipe));
|
||||
I915_WRITE(CURBASE_IVB(pipe), base);
|
||||
POSTING_READ(CURBASE_IVB(pipe));
|
||||
}
|
||||
|
||||
/* If no-part of the cursor is visible on the framebuffer, then the GPU may hang... */
|
||||
|
||||
Reference in New Issue
Block a user