Re: [Intel-gfx] [PATCH 10/10] drm/i915: Use plane_name() in gen7_enable_fbc()

2013-11-21 Thread Ville Syrjälä
On Thu, Nov 21, 2013 at 09:08:44AM +0100, Daniel Vetter wrote: > On Wed, Nov 20, 2013 at 03:01:03PM -0800, Rodrigo Vivi wrote: > > Reviewed-by: Rodrigo Vivi > > > > On Wed, Nov 06, 2013 at 11:02:25PM +0200, ville.syrj...@linux.intel.com > > wrote: > > > From: Ville Syrjälä > > > > > > All the

Re: [Intel-gfx] [PATCH 10/10] drm/i915: Use plane_name() in gen7_enable_fbc()

2013-11-21 Thread Chris Wilson
On Thu, Nov 21, 2013 at 09:08:44AM +0100, Daniel Vetter wrote: > On Wed, Nov 20, 2013 at 03:01:03PM -0800, Rodrigo Vivi wrote: > > Reviewed-by: Rodrigo Vivi > > > > On Wed, Nov 06, 2013 at 11:02:25PM +0200, ville.syrj...@linux.intel.com > > wrote: > > > From: Ville Syrjälä > > > > > > All the

Re: [Intel-gfx] [PATCH 10/10] drm/i915: Use plane_name() in gen7_enable_fbc()

2013-11-21 Thread Daniel Vetter
On Wed, Nov 20, 2013 at 03:01:03PM -0800, Rodrigo Vivi wrote: > Reviewed-by: Rodrigo Vivi > > On Wed, Nov 06, 2013 at 11:02:25PM +0200, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > All the other .enable_fbc() funcs use plane_name(). Make > > gen7_enable_fbc() do the same

Re: [Intel-gfx] [PATCH 10/10] drm/i915: Use plane_name() in gen7_enable_fbc()

2013-11-20 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Wed, Nov 06, 2013 at 11:02:25PM +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > All the other .enable_fbc() funcs use plane_name(). Make > gen7_enable_fbc() do the same. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/intel_pm.

[Intel-gfx] [PATCH 10/10] drm/i915: Use plane_name() in gen7_enable_fbc()

2013-11-06 Thread ville . syrjala
From: Ville Syrjälä All the other .enable_fbc() funcs use plane_name(). Make gen7_enable_fbc() do the same. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i91