[Intel-gfx] [RFC 1/3] drm/i915: remove !enabled handling from commit primary plane step

2014-09-10 Thread Daniel Vetter
On Tue, Sep 09, 2014 at 06:58:47PM +0300, Ville Syrj?l? wrote: > On Tue, Sep 09, 2014 at 11:43:19AM -0300, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > The !crtc->enabled case will now be handled by the !visible code, > > since the handling is basically the same. > > > > Signed-off-b

[RFC 1/3] drm/i915: remove !enabled handling from commit primary plane step

2014-09-09 Thread Ville Syrjälä
On Tue, Sep 09, 2014 at 11:43:19AM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > The !crtc->enabled case will now be handled by the !visible code, > since the handling is basically the same. > > Signed-off-by: Gustavo Padovan > --- > drivers/gpu/drm/i915/intel_display.c | 26 --

[RFC 1/3] drm/i915: remove !enabled handling from commit primary plane step

2014-09-09 Thread Gustavo Padovan
From: Gustavo Padovan The !crtc->enabled case will now be handled by the !visible code, since the handling is basically the same. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/i915/intel_display.c | 26 -- 1 file changed, 26 deletions(-) diff --git a/drivers/gpu/d