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.
This commit is contained in:
Ben Skeggs 2009-01-27 08:36:33 +10:00
parent 31caf2f9a9
commit bc0e48baa3

View file

@ -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:
@ -197,6 +198,7 @@ nv50_graph_create_context(struct nouveau_channel *chan)
ctxvals = nv92_ctxvals;
break;
case 0x94:
case 0x96:
ctxvals = nv94_ctxvals;
break;
case 0xaa: