|
@@ -4687,6 +4687,7 @@ static int i9xx_crtc_mode_set(struct drm_crtc *crtc,
|
|
|
|
|
|
I915_WRITE(DSPCNTR(plane), dspcntr);
|
|
I915_WRITE(DSPCNTR(plane), dspcntr);
|
|
POSTING_READ(DSPCNTR(plane));
|
|
POSTING_READ(DSPCNTR(plane));
|
|
|
|
+ intel_enable_plane(dev_priv, plane, pipe);
|
|
|
|
|
|
ret = intel_pipe_set_base(crtc, x, y, old_fb);
|
|
ret = intel_pipe_set_base(crtc, x, y, old_fb);
|
|
|
|
|
|
@@ -5217,8 +5218,6 @@ static int ironlake_crtc_mode_set(struct drm_crtc *crtc,
|
|
|
|
|
|
I915_WRITE(DSPCNTR(plane), dspcntr);
|
|
I915_WRITE(DSPCNTR(plane), dspcntr);
|
|
POSTING_READ(DSPCNTR(plane));
|
|
POSTING_READ(DSPCNTR(plane));
|
|
- if (!HAS_PCH_SPLIT(dev))
|
|
|
|
- intel_enable_plane(dev_priv, plane, pipe);
|
|
|
|
|
|
|
|
ret = intel_pipe_set_base(crtc, x, y, old_fb);
|
|
ret = intel_pipe_set_base(crtc, x, y, old_fb);
|
|
|
|
|