aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nv50_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/nv50_graph.c')
-rw-r--r--shared-core/nv50_graph.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shared-core/nv50_graph.c b/shared-core/nv50_graph.c
index 84f3fd7a..85dd332a 100644
--- a/shared-core/nv50_graph.c
+++ b/shared-core/nv50_graph.c
@@ -199,9 +199,11 @@ nv50_graph_create_context(struct nouveau_channel *chan)
ctxvals = nv92_ctxvals;
break;
case 0x94:
- case 0x96:
ctxvals = nv94_ctxvals;
break;
+ case 0x96:
+ ctxvals = nv96_ctxvals;
+ break;
case 0xaa:
ctxvals = nvaa_ctxvals;
break;