Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add ECOBITS_SNB_BIT

2013-04-09 Thread Daniel Vetter
On Tue, Apr 09, 2013 at 07:23:18PM +0300, Imre Deak wrote: > On Thu, 2013-04-04 at 15:13 +0300, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > GAC_ECO_BITS has a bit similar to GAM_ECOCHK's ECOCHK_SNB_BIT. Add > > the define, and enable it on SNB. > > > > Signed-off-by: Vil

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Add ECOBITS_SNB_BIT

2013-04-09 Thread Imre Deak
On Thu, 2013-04-04 at 15:13 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > GAC_ECO_BITS has a bit similar to GAM_ECOCHK's ECOCHK_SNB_BIT. Add > the define, and enable it on SNB. > > Signed-off-by: Ville Syrjälä On the series: Reviewed-by: Imre Deak > --- > drivers/gpu

[Intel-gfx] [PATCH 1/3] drm/i915: Add ECOBITS_SNB_BIT

2013-04-04 Thread ville . syrjala
From: Ville Syrjälä GAC_ECO_BITS has a bit similar to GAM_ECOCHK's ECOCHK_SNB_BIT. Add the define, and enable it on SNB. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_gem_gtt.c | 3 ++- drivers/gpu/drm/i915/i915_reg.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) dif