summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_transfer.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-12-21 06:33:17 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-12-21 06:33:17 +1000
commit317a1445c85a667d84b0b4615685e3da178bc031 (patch)
treefe0234dfa8a05968e437eaf67967043b2d76e190 /src/gallium/drivers/nvc0/nvc0_transfer.c
parente4e1a85bf8126d67fa0b9bf64b8d094ec1fbe2f8 (diff)
nvc0: BEGIN_RING->BEGIN_RING_NI in a couple of places
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_transfer.c')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_transfer.c b/src/gallium/drivers/nvc0/nvc0_transfer.c
index f6c78f239e..67f6321cac 100644
--- a/src/gallium/drivers/nvc0/nvc0_transfer.c
+++ b/src/gallium/drivers/nvc0/nvc0_transfer.c
@@ -219,7 +219,7 @@ nvc0_m2mf_push_rect(struct pipe_screen *pscreen,
OUT_RING (chan, (1 << NVC0_M2MF_EXEC_INC__SHIFT) |
NVC0_M2MF_EXEC_PUSH | NVC0_M2MF_EXEC_LINEAR_IN);
- BEGIN_RING(chan, RING_MF(DATA), words);
+ BEGIN_RING_NI(chan, RING_MF(DATA), words);
OUT_RINGp (chan, src, words);
dy += line_count;