From e6a062c21a73ac4ab420648e78c6fe1798de6cbd Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 27 Jan 2009 08:36:33 +1000 Subject: nv50: support chipset NV96 ctxprog seen in okias' trace identical to one we use on NV94, assuming the initial context values for NV94 will work here too. --- shared-core/nv50_graph.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared-core/nv50_graph.c') 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: -- cgit v1.2.3