|
@@ -3700,9 +3700,10 @@ static void i9xx_crtc_enable(struct drm_crtc *crtc)
|
|
|
intel_enable_pipe(dev_priv, pipe, false);
|
|
|
intel_enable_plane(dev_priv, plane, pipe);
|
|
|
intel_enable_planes(crtc);
|
|
|
- intel_crtc_update_cursor(crtc, true);
|
|
|
+ /* The fixup needs to happen before cursor is enabled */
|
|
|
if (IS_G4X(dev))
|
|
|
g4x_fixup_plane(dev_priv, pipe);
|
|
|
+ intel_crtc_update_cursor(crtc, true);
|
|
|
|
|
|
/* Give the overlay scaler a chance to enable if it's on this pipe */
|
|
|
intel_crtc_dpms_overlay(intel_crtc, true);
|