diff --git a/shared-core/nv50_graph.c b/shared-core/nv50_graph.c index 84f3fd7..f9e6b55 100644 --- a/shared-core/nv50_graph.c +++ b/shared-core/nv50_graph.c @@ -232,6 +232,9 @@ nv50_graph_create_context(struct nouveau_channel *chan) } } + if (dev_priv->chipset == 0x94 || dev_priv->chipset == 0x96) + INSTANCE_WR(ctx, 0x00130/4, 0x00000002); + INSTANCE_WR(ctx, 0x00000/4, chan->ramin->instance >> 12); if (dev_priv->chipset == 0xaa) INSTANCE_WR(ctx, 0x00004/4, 0x00000002);