summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-06-04 13:49:03 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-06-06 13:46:05 +0200
commitb85dfcf9240043e81ba13b1bc99afc8645bf4c6a (patch)
tree858eec97a79c705eebda8e1d50866e6bddd200cd /drivers/gpu
parent0d5b8c61d877072431d29f3338ec081a3f5d7981 (diff)
downloadtalos-op-linux-b85dfcf9240043e81ba13b1bc99afc8645bf4c6a.tar.gz
talos-op-linux-b85dfcf9240043e81ba13b1bc99afc8645bf4c6a.zip
drm/i915: Drop overlay DPMS call from valleyview_crtc_enable
VLV doesn't have the old video overlay. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 1e3f31721615..62557ecc0eff 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -3622,9 +3622,6 @@ static void valleyview_crtc_enable(struct drm_crtc *crtc)
intel_enable_plane(dev_priv, plane, 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);
-
intel_update_fbc(dev);
mutex_unlock(&dev_priv->dpio_lock);
OpenPOWER on IntegriCloud