Re: [Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-17 Thread Chris Wilson
On Tue, Apr 16, 2013 at 01:33:44PM -0300, Rodrigo Vivi wrote: > This patch introduce Frame Buffer Compression (FBC) support for HSW. > It adds a new function haswell_enable_fbc to avoid getting > ironlake_enable_fbc messed with many IS_HASWELL checks. > > v2: Fixes from Ville. > * Fix Plane

Re: [Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-16 Thread Rodrigo Vivi
On Tue, Apr 16, 2013 at 2:49 PM, Ville Syrjälä < ville.syrj...@linux.intel.com> wrote: > On Tue, Apr 16, 2013 at 01:33:44PM -0300, Rodrigo Vivi wrote: > > This patch introduce Frame Buffer Compression (FBC) support for HSW. > > It adds a new function haswell_enable_fbc to avoid getting > > ironlak

Re: [Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-16 Thread Ville Syrjälä
On Tue, Apr 16, 2013 at 01:33:44PM -0300, Rodrigo Vivi wrote: > This patch introduce Frame Buffer Compression (FBC) support for HSW. > It adds a new function haswell_enable_fbc to avoid getting > ironlake_enable_fbc messed with many IS_HASWELL checks. > > v2: Fixes from Ville. > * Fix Plane

[Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-16 Thread Rodrigo Vivi
This patch introduce Frame Buffer Compression (FBC) support for HSW. It adds a new function haswell_enable_fbc to avoid getting ironlake_enable_fbc messed with many IS_HASWELL checks. v2: Fixes from Ville. * Fix Plane. FBC is tied to primary plane A in HSW * Fix DPFC initial writ

[Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-16 Thread Rodrigo Vivi
This patch introduce Frame Buffer Compression (FBC) support for HSW. It adds a new function haswell_enable_fbc to avoid getting ironlake_enable_fbc messed with many IS_HASWELL checks. v2: Fixes from Ville. * Fix Plane. FBC is tied to primary plane A in HSW * Fix DPFC initial writ

[Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-16 Thread Rodrigo Vivi
This patch introduce Frame Buffer Compression (FBC) support for HSW. It adds a new function haswell_enable_fbc to avoid getting ironlake_enable_fbc messed with many IS_HASWELL checks. v2: Fixes from Ville. * Fix Plane. FBC is tied to primary plane A in HSW * Fix DPFC initial writ

Re: [Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-16 Thread Chris Wilson
On Mon, Apr 15, 2013 at 08:56:28PM -0300, Rodrigo Vivi wrote: > This patch introduce Frame Buffer Compression (FBC) support for HSW. > It adds a new function haswell_enable_fbc to avoid getting > ironlake_enable_fbc messed with many IS_HASWELL checks. > > v2: Fixes from Ville. > * Fix Plane

[Intel-gfx] [PATCH] drm/i915: Enable FBC at Haswell.

2013-04-15 Thread Rodrigo Vivi
This patch introduce Frame Buffer Compression (FBC) support for HSW. It adds a new function haswell_enable_fbc to avoid getting ironlake_enable_fbc messed with many IS_HASWELL checks. v2: Fixes from Ville. * Fix Plane. FBC is tied to primary plane A in HSW * Fix DPFC initial writ