[Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-16 Thread ville . syrjala
From: Ville Syrjälä 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ä --- drivers/gpu/drm/i915/intel_display.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/i

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-19 Thread Paulo Zanoni
2013/9/16 : > From: Ville Syrjälä > > We already restore planes during the modeset operation, so no need to do > another loop over the planes and try to restore them again. What about the call from intel_lid_notify()? It helps if you explain on the commit message why/how we already restore thing

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-20 Thread Ville Syrjälä
On Thu, Sep 19, 2013 at 07:24:19PM -0300, Paulo Zanoni wrote: > 2013/9/16 : > > From: Ville Syrjälä > > > > We already restore planes during the modeset operation, so no need to do > > another loop over the planes and try to restore them again. > > What about the call from intel_lid_notify()? It

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-20 Thread Paulo Zanoni
2013/9/20 Ville Syrjälä : > On Thu, Sep 19, 2013 at 07:24:19PM -0300, Paulo Zanoni wrote: >> 2013/9/16 : >> > From: Ville Syrjälä >> > >> > We already restore planes during the modeset operation, so no need to do >> > another loop over the planes and try to restore them again. >> >> What about th

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-20 Thread Paulo Zanoni
2013/9/20 Paulo Zanoni : > 2013/9/20 Ville Syrjälä : >> On Thu, Sep 19, 2013 at 07:24:19PM -0300, Paulo Zanoni wrote: >>> 2013/9/16 : >>> > From: Ville Syrjälä >>> > >>> > We already restore planes during the modeset operation, so no need to do >>> > another loop over the planes and try to restor

Re: [Intel-gfx] [PATCH 11/11] drm/i915: Drop explicit plane restoration during resume

2013-09-21 Thread Daniel Vetter
On Fri, Sep 20, 2013 at 03:21:03PM -0300, Paulo Zanoni wrote: > 2013/9/20 Paulo Zanoni : > > 2013/9/20 Ville Syrjälä : > >> On Thu, Sep 19, 2013 at 07:24:19PM -0300, Paulo Zanoni wrote: > >>> 2013/9/16 : > >>> > From: Ville Syrjälä > >>> > > >>> > We already restore planes during the modeset oper