[Intel-gfx] [PATCH 1/6] drm/i915: Add support for FBC on Ivybridge.

2013-05-06 Thread Rodrigo Vivi
This patch introduce Frame Buffer Compression (FBC) support for IVB, without enabling it by default. It adds a new function gen7_enable_fbc to avoid getting ironlake_enable_fbc messed with many IS_IVYBRIDGE checks. v2: Fixes from Ville. * Fix Plane. FBC is tied to primary plane A in HSW

Re: [Intel-gfx] [PATCH 1/6] drm/i915: Add support for FBC on Ivybridge.

2013-04-26 Thread Ville Syrjälä
Apart from the two '&' vs. '|' mixups, the series looks all right to me. Fix those two small things and you can add Reviewed-by: Ville Syrjälä for the entire set. -- Ville Syrjälä Intel OTC ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org ht

[Intel-gfx] [PATCH 1/6] drm/i915: Add support for FBC on Ivybridge.

2013-04-25 Thread Rodrigo Vivi
This patch introduce Frame Buffer Compression (FBC) support for IVB, without enabling it by default. It adds a new function gen7_enable_fbc to avoid getting ironlake_enable_fbc messed with many IS_IVYBRIDGE checks. v2: Fixes from Ville. * Fix Plane. FBC is tied to primary plane A in HSW