summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2008-06-30 16:25:54 -0700
committerAaron Plattner <aplattner@nvidia.com>2008-06-30 16:25:54 -0700
commit3f43093cf0c0338a1a479ed4ba2fad3f5f04ad69 (patch)
tree7de0217a7d23e70a3fbe20edea9edba6c0428730
parent69aa963d7ab8256d0e932e1a5a98599f168b8836 (diff)
More G8x chips.
-rw-r--r--src/nv_driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index d710d06..b6c7209 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -785,6 +785,7 @@ NVIsG80(int chipType)
case 0x0630:
case 0x0640:
case 0x06e0:
+ case 0x06f0:
return TRUE;
}