[Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-04 Thread Wayne Boyer
Beginning with gen7, newer devices repetitively redefine values for the device info structure members. This patch simplifies the structure definitions by grouping member value definitions into the existing GEN7_FEATURES #define and into the new VLV_FEATURES and HSW_FEATURES #defines. Specifically

[Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-04 Thread Wayne Boyer
Beginning with gen7, newer devices repetitively redefine values for the device info structure members. This patch simplifies the structure definitions by grouping member value definitions into the existing GEN7_FEATURES #define and into the new GEN7_LP_FEATURES and HSW_FEATURES #defines. Specific

Re: [Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-04 Thread Chris Wilson
On Fri, Dec 04, 2015 at 11:24:39AM +0100, Daniel Vetter wrote: > On Wed, Dec 02, 2015 at 01:28:14PM -0800, Wayne Boyer wrote: > > Beginning with gen7, newer devices repetitively redefine values > > for the device info structure members. This patch simplifies the > > structure definitions by groupi

Re: [Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-04 Thread Daniel Vetter
On Wed, Dec 02, 2015 at 01:28:14PM -0800, Wayne Boyer wrote: > Beginning with gen7, newer devices repetitively redefine values > for the device info structure members. This patch simplifies the > structure definitions by grouping member value definitions into the > existing GEN7_FEATURES #define a

[Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-02 Thread Wayne Boyer
Beginning with gen7, newer devices repetitively redefine values for the device info structure members. This patch simplifies the structure definitions by grouping member value definitions into the existing GEN7_FEATURES #define and into the new GEN7_LP_FEATURES and HSW_FEATURES #defines. Specific

Re: [Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-02 Thread Jani Nikula
On Tue, 01 Dec 2015, Wayne Boyer wrote: > Beginning with gen7, newer devices repetitively redefine values > for the device info structure members. This patch simplifies the > structure definitions by grouping member value definitions into the > existing GEN7_FEATURES #define and into the new GEN7

[Intel-gfx] [PATCH] drm/i915: Clean up device info structure definitions

2015-12-01 Thread Wayne Boyer
Beginning with gen7, newer devices repetitively redefine values for the device info structure members. This patch simplifies the structure definitions by grouping member value definitions into the existing GEN7_FEATURES #define and into the new GEN7_LP_FEATURES and HSW_FEATURES #defines. Specific