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

Commit d59f9f4d authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/i915: don't enable the plane too early in i9xx_crtc_mode_set



This is horrible lore and we should be able to get rid of it now
that the lvds/pfit handling code actually does the right thing.

Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent bd080ee5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4733,8 +4733,6 @@ static int i9xx_crtc_mode_set(struct drm_crtc *crtc,

	i9xx_set_pipeconf(intel_crtc);

	intel_enable_pipe(dev_priv, pipe, false);

	intel_wait_for_vblank(dev, pipe);

	I915_WRITE(DSPCNTR(plane), dspcntr);