diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2011-07-25 21:52:09 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2011-09-04 18:55:13 +0100 |
commit | 62e98fca4e4bc43004591cbb509aa21031d5d85e (patch) | |
tree | fa05de814597b078c65f7aa6e0c0d1075a0655f6 | |
parent | 5154216d1acac9dbfefcf7d4ad4652e372cbbcff (diff) |
fix typo: IS_GEN6_m -> IS_GEN6_Msandybridge
-rw-r--r-- | src/intel_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_driver.h b/src/intel_driver.h index 7042bd49..675a9e8b 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -269,7 +269,7 @@ #define IS_I915(pI810) (IS_I915G(pI810) || IS_I915GM(pI810) || IS_I945G(pI810) || IS_I945GM(pI810) || IS_G33CLASS(pI810)) -#define IS_MOBILE(pI810) (IS_I830(pI810) || IS_I85X(pI810) || IS_I915GM(pI810) || IS_I945GM(pI810) || IS_I965GM(pI810) || IS_GM45(pI810) || IS_IGD(pI810) || IS_IGDNG_M(pI810)) || IS_GEN6_m(pI810) +#define IS_MOBILE(pI810) (IS_I830(pI810) || IS_I85X(pI810) || IS_I915GM(pI810) || IS_I945GM(pI810) || IS_I965GM(pI810) || IS_GM45(pI810) || IS_IGD(pI810) || IS_IGDNG_M(pI810)) || IS_GEN6_M(pI810) /* mark chipsets for using gfx VM offset for overlay */ #define OVERLAY_NOPHYSICAL(pI810) (IS_G33CLASS(pI810) || IS_I965G(pI810)) /* mark chipsets without overlay hw */ |