drm/i915: Drop explicit plane restoration during resume
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 16 Sep 2013 14:38:37 +0000 (17:38 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Oct 2013 05:45:10 +0000 (07:45 +0200)
commit2b9966771d3b84da6383e8695350beea3213f848
treef7c6b19a8a7400c8877dbbeaba45c5039d8b7ef7
parentc9f7fbf9ed05eb92d63a2f4afbd76020572a0dbd
drm/i915: Drop explicit plane restoration during resume

We already restore planes during the modeset operation, so no need to do
another loop over the planes and try to restore them again.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c