drm/nv50: use a slightly different initial context for nv96

I'm not 100% sure that the nv94 one we were using won't work.  The context
layouts are identical (well.. same ctxprog, so of course!), only a couple
of registers differ.  But, be safe until we actually get some 9xxx chips
working.
main
Ben Skeggs 2009-02-10 09:05:09 +10:00
parent f43039c52c
commit efcef2c2bc
2 changed files with 2046 additions and 1 deletions

View File

@ -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;

File diff suppressed because it is too large Load Diff