aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nv50_fifo.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/nv50_fifo.c')
-rw-r--r--shared-core/nv50_fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nv50_fifo.c b/shared-core/nv50_fifo.c
index d6810666..c6dd0c3d 100644
--- a/shared-core/nv50_fifo.c
+++ b/shared-core/nv50_fifo.c
@@ -269,7 +269,7 @@ nv50_fifo_create_context(struct nouveau_channel *chan)
if (!IS_G80) {
INSTANCE_WR(chan->ramin->gpuobj, 0, chan->id);
- INSTANCE_WR(chan->ramin->gpuobj, 1, chan->ramfc->instance);
+ INSTANCE_WR(chan->ramin->gpuobj, 1, chan->ramfc->instance >> 8);
INSTANCE_WR(ramfc, 0x88/4, 0x3d520); /* some vram addy >> 10 */
INSTANCE_WR(ramfc, 0x98/4, chan->ramin->instance >> 12);