Re: [Intel-gfx] [PATCH 1/3] drm/i915: Introduce i9xx_set_pipeconf()

2013-04-03 Thread Daniel Vetter
On Wed, Apr 03, 2013 at 07:06:01PM +0200, Daniel Vetter wrote: > On Wed, Apr 03, 2013 at 01:08:16PM +0300, Jani Nikula wrote: > > On Tue, 02 Apr 2013, ville.syrj...@linux.intel.com wrote: > > > From: Ville Syrjälä > > > > > > Extract the PIPECONF setup into i9xx_set_pipeconf(). This makes the > >

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Introduce i9xx_set_pipeconf()

2013-04-03 Thread Daniel Vetter
On Wed, Apr 03, 2013 at 01:08:16PM +0300, Jani Nikula wrote: > On Tue, 02 Apr 2013, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Extract the PIPECONF setup into i9xx_set_pipeconf(). This makes the > > <=Gen4/VLV code follow the same pattern as the Gen5+ codepaths. > > Revi

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Introduce i9xx_set_pipeconf()

2013-04-03 Thread Jani Nikula
On Tue, 02 Apr 2013, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Extract the PIPECONF setup into i9xx_set_pipeconf(). This makes the > <=Gen4/VLV code follow the same pattern as the Gen5+ codepaths. Reviewed-by: Jani Nikula > Signed-off-by: Ville Syrjälä > --- > drivers/gpu

[Intel-gfx] [PATCH 1/3] drm/i915: Introduce i9xx_set_pipeconf()

2013-04-02 Thread ville . syrjala
From: Ville Syrjälä Extract the PIPECONF setup into i9xx_set_pipeconf(). This makes the <=Gen4/VLV code follow the same pattern as the Gen5+ codepaths. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 123 +++ 1 file changed, 68 insertions