Re: [Intel-gfx] [PATCH] drm/i915: update FBC maximum fb sizes

2013-06-06 Thread Daniel Vetter
On Tue, Jun 04, 2013 at 04:53:39PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > CTG/ILK/SNB/IVB support 4kx2k surfaces. HSW supports 4kx4k, but > without proper front buffer invalidation on the last 2k lines, so > don't enable FBC on these cases for now. > > v2: Use gen >= 5, not gen > 4

[Intel-gfx] [PATCH] drm/i915: update FBC maximum fb sizes

2013-06-04 Thread Paulo Zanoni
From: Paulo Zanoni CTG/ILK/SNB/IVB support 4kx2k surfaces. HSW supports 4kx4k, but without proper front buffer invalidation on the last 2k lines, so don't enable FBC on these cases for now. v2: Use gen >= 5, not gen > 4 (Daniel). Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_pm.c

Re: [Intel-gfx] [PATCH] drm/i915: update FBC maximum fb sizes

2013-06-04 Thread Ville Syrjälä
On Tue, Jun 04, 2013 at 02:46:14PM -0300, Paulo Zanoni wrote: > 2013/6/4 Daniel Vetter : > > On Mon, Jun 3, 2013 at 11:15 PM, Paulo Zanoni wrote: > >> From: Paulo Zanoni > >> > >> CTG/ILK/SNB/IVB support 4kx2k surfaces. HSW supports 4kx4k, but > >> without proper front buffer invalidation on the

Re: [Intel-gfx] [PATCH] drm/i915: update FBC maximum fb sizes

2013-06-04 Thread Paulo Zanoni
2013/6/4 Daniel Vetter : > On Mon, Jun 3, 2013 at 11:15 PM, Paulo Zanoni wrote: >> From: Paulo Zanoni >> >> CTG/ILK/SNB/IVB support 4kx2k surfaces. HSW supports 4kx4k, but >> without proper front buffer invalidation on the last 2k lines, so >> don't enable FBC on these cases for now. >> >> Signed

Re: [Intel-gfx] [PATCH] drm/i915: update FBC maximum fb sizes

2013-06-04 Thread Daniel Vetter
On Mon, Jun 3, 2013 at 11:15 PM, Paulo Zanoni wrote: > From: Paulo Zanoni > > CTG/ILK/SNB/IVB support 4kx2k surfaces. HSW supports 4kx4k, but > without proper front buffer invalidation on the last 2k lines, so > don't enable FBC on these cases for now. > > Signed-off-by: Paulo Zanoni > --- > dr

[Intel-gfx] [PATCH] drm/i915: update FBC maximum fb sizes

2013-06-03 Thread Paulo Zanoni
From: Paulo Zanoni CTG/ILK/SNB/IVB support 4kx2k surfaces. HSW supports 4kx4k, but without proper front buffer invalidation on the last 2k lines, so don't enable FBC on these cases for now. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/intel_pm.c | 15 --- 1 file changed, 12