drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 6 Apr 2011 19:11:14 +0000 (12:11 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 May 2011 00:03:38 +0000 (17:03 -0700)
commit85436696fefd55afdf8f4ce26ac044be72f2d492
tree93df5731b82769e4c9d9fdee87d1de3b505370b2
parentf796cf8f517f13826bb691432b03c7b5da13e530
drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later

Note: IS_GEN* are for render related checks.  Display and other checks
should use IS_MOBILE, IS_$CHIPSET or test for specific features.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_drv.h