mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-06-02 10:08:24 +02:00
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:
parent
31caf2f9a9
commit
bc0e48baa3
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue