From 7e4e0fbbb82b0467d46386bcac1115812aaa1393 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Sun, 23 Nov 2008 18:49:09 +1100 Subject: nv50: support NV94 chipset --- shared-core/nv50_graph.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shared-core/nv50_graph.c') diff --git a/shared-core/nv50_graph.c b/shared-core/nv50_graph.c index c177a7f2..4acc58de 100644 --- a/shared-core/nv50_graph.c +++ b/shared-core/nv50_graph.c @@ -105,6 +105,9 @@ nv50_graph_init_ctxctl(struct drm_device *dev) case 0x92: voodoo = nv92_ctxprog; break; + case 0x94: + voodoo = nv94_ctxprog; + break; case 0xaa: voodoo = nvaa_ctxprog; break; @@ -194,6 +197,9 @@ nv50_graph_create_context(struct nouveau_channel *chan) case 0x92: ctxvals = nv92_ctxvals; break; + case 0x94: + ctxvals = nv94_ctxvals; + break; case 0xaa: ctxvals = nvaa_ctxvals; break; -- cgit v1.2.3