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)
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>

No differences found