Update intel_gtt utility for new chipset GTT check

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
This commit is contained in:
Zhenyu Wang 2009-06-05 12:51:51 +08:00
parent fb524caa3e
commit 0d8a9e2c6f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ int main(int argc, char **argv)
exit(1);
}
if (IS_G4X(pI830))
if (IS_G4X(pI830) || IS_IGDNG(pI830))
gtt = (unsigned char *)(pI830->mmio + MB(2));
else if (IS_I965G(pI830))
gtt = (unsigned char *)(pI830->mmio + KB(512));