Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db244b60 authored by Eric Anholt's avatar Eric Anholt Committed by Keith Packard
Browse files

drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set().

parent c713bb08
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4899,12 +4899,6 @@ static int i9xx_crtc_mode_set(struct drm_crtc *crtc,

	intel_wait_for_vblank(dev, pipe);

	if (IS_GEN5(dev)) {
		/* enable address swizzle for tiling buffer */
		temp = I915_READ(DISP_ARB_CTL);
		I915_WRITE(DISP_ARB_CTL, temp | DISP_TILE_SURFACE_SWIZZLING);
	}

	I915_WRITE(DSPCNTR(plane), dspcntr);
	POSTING_READ(DSPCNTR(plane));