From 2a8fc1983f02e507333a857ebe23242831d7f7fd Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 17 Apr 2012 09:08:21 +0100 Subject: [PATCH] drm/i915: Remove too early plane enable on pre-PCH hardware References: https://bugs.freedesktop.org/show_bug.cgi?id=39947 Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_display.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index c15a38e..95946072 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -3982,7 +3982,6 @@ static int i9xx_crtc_mode_set(struct drm_crtc *crtc, I915_WRITE(DSPCNTR(plane), dspcntr); POSTING_READ(DSPCNTR(plane)); - intel_enable_plane(dev_priv, plane, pipe); ret = intel_pipe_set_base(crtc, x, y, old_fb); -- 1.7.10