Re: [Intel-gfx] [PATCH 2/8] drm/i915: Gen2 FBC1 CFB pitch wants 32B units

2013-12-12 Thread Imre Deak
On Thu, 2013-11-28 at 17:29 +0200, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > On gen2 the compressed frame buffer pitch is specified in 32B units > rather than the 64B units used on gen3+. > > Signed-off-by: Ville Syrjälä Reviewed-by: Imre Deak > --- > drivers/gpu/drm/i9

[Intel-gfx] [PATCH 2/8] drm/i915: Gen2 FBC1 CFB pitch wants 32B units

2013-11-28 Thread ville . syrjala
From: Ville Syrjälä On gen2 the compressed frame buffer pitch is specified in 32B units rather than the 64B units used on gen3+. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_pm.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/inte