summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/pipe/nv30/nv30_dma.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/nv30/nv30_dma.h b/src/mesa/pipe/nv30/nv30_dma.h
index 6eff6b4290..f8bc6eca76 100644
--- a/src/mesa/pipe/nv30/nv30_dma.h
+++ b/src/mesa/pipe/nv30/nv30_dma.h
@@ -35,10 +35,9 @@
#define OUT_RELOC(bo,data,flags,vor,tor) do { \
nv30->nvws->push_reloc(nv30->nvws->channel, \
- nv30->nvws->channel->pushbuf->cur, \
+ nv30->nvws->channel->pushbuf->cur++, \
(struct nouveau_bo *)(bo), \
(data), (flags), (vor), (tor)); \
- OUT_RING(0); \
} while(0)
/* Raw data + flags depending on FB/TT buffer */