summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared-core/nv50_graph.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/nv50_graph.c b/shared-core/nv50_graph.c
index 4acc58de..84f3fd7a 100644
--- a/shared-core/nv50_graph.c
+++ b/shared-core/nv50_graph.c
@@ -106,6 +106,7 @@ nv50_graph_init_ctxctl(struct drm_device *dev)
voodoo = nv92_ctxprog;
break;
case 0x94:
+ case 0x96:
voodoo = nv94_ctxprog;
break;
case 0xaa:
@@ -198,6 +199,7 @@ nv50_graph_create_context(struct nouveau_channel *chan)
ctxvals = nv92_ctxvals;
break;
case 0x94:
+ case 0x96:
ctxvals = nv94_ctxvals;
break;
case 0xaa: