diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-07 13:18:09 -0800 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2008-03-07 13:18:09 -0800 |
commit | 5915c75422c5277d530e7f8ecbdfe94654706efd (patch) | |
tree | 47a11a0a776a47364c990fa4d5652c24892cab0c /src/common.h | |
parent | 13ae79b415d944891cfdc2cd2d5397fec36a4e8e (diff) |
Enable hardware overlay on 965
Based on Maxim Levitsky's patch for the same. Many thanks to Maxim for
discovering that this features still works in recent hardware!
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index c0af1ad2..09f28f88 100644 --- a/src/common.h +++ b/src/common.h @@ -440,7 +440,7 @@ extern int I810_DEBUG; #define IS_MOBILE(pI810) (IS_I830(pI810) || IS_I85X(pI810) || IS_I915GM(pI810) || IS_I945GM(pI810) || IS_I965GM(pI810) || IS_IGD_GM(pI810)) /* mark chipsets for using gfx VM offset for overlay */ -#define OVERLAY_NOPHYSICAL(pI810) (IS_G33CLASS(pI810)) +#define OVERLAY_NOPHYSICAL(pI810) (IS_G33CLASS(pI810) || IS_I965G(pI810)) /* chipsets require graphics mem for hardware status page */ #define HWS_NEED_GFX(pI810) (IS_G33CLASS(pI810) || IS_IGD_GM(pI810)) |