summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-core/nv30_graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/nv30_graph.c b/shared-core/nv30_graph.c
index 951947df..0ec4f096 100644
--- a/shared-core/nv30_graph.c
+++ b/shared-core/nv30_graph.c
@@ -2879,6 +2879,7 @@ int nv30_graph_create_context(struct nouveau_channel *chan)
int ret;
switch (dev_priv->chipset) {
+ case 0x25:
case 0x28:
ctx_size = NV28_GRCTX_SIZE;
ctx_init = nv28_graph_context_init;