Re: [Intel-gfx] [PATCH v6 1/2] drm/i915: Introduce INTEL_GEN_MASK

2017-09-11 Thread Tvrtko Ursulin
On 11/09/2017 13:32, Joonas Lahtinen wrote: Split INTEL_GEN_MASK out of IS_GEN macro, and make it usable within static declarations (unlike combound statements). Typo -> compound to fixup when merging. Regards, Tvrtko Signed-off-by: Joonas Lahtinen Cc: Jani Nikula Cc: Chris Wilson Revi

[Intel-gfx] [PATCH v6 1/2] drm/i915: Introduce INTEL_GEN_MASK

2017-09-11 Thread Joonas Lahtinen
Split INTEL_GEN_MASK out of IS_GEN macro, and make it usable within static declarations (unlike combound statements). Signed-off-by: Joonas Lahtinen Cc: Jani Nikula Cc: Chris Wilson Reviewed-by: Jani Nikula Reviewed-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h | 22 ++