mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 12:48:05 +02:00
nv50: some needed ctx vals
This commit is contained in:
parent
fa5e18679f
commit
15f8fd34df
1 changed files with 4 additions and 0 deletions
|
|
@ -272,6 +272,10 @@ nv50_graph_create_context(struct nouveau_channel *chan)
|
|||
return ret;
|
||||
}
|
||||
|
||||
INSTANCE_WR(chan->ramin_grctx->gpuobj, 0x00000/4,
|
||||
chan->ramin->instance >> 12);
|
||||
INSTANCE_WR(chan->ramin_grctx->gpuobj, 0x0011c/4, 0x00000002);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue