From 62e98fca4e4bc43004591cbb509aa21031d5d85e Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Mon, 25 Jul 2011 21:52:09 +0100 Subject: fix typo: IS_GEN6_m -> IS_GEN6_M --- src/intel_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3