summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_tex.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_tex.c
parente4e1a85bf8126d67fa0b9bf64b8d094ec1fbe2f8 (diff)
nvc0: BEGIN_RING->BEGIN_RING_NI in a couple of places
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_tex.c')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_tex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_tex.c b/src/gallium/drivers/nvc0/nvc0_tex.c
index bf6ffc7da9..c9f929b942 100644
--- a/src/gallium/drivers/nvc0/nvc0_tex.c
+++ b/src/gallium/drivers/nvc0/nvc0_tex.c
@@ -188,7 +188,7 @@ nvc0_validate_tic(struct nvc0_context *nvc0, int s)
OUT_RING (chan, 1);
BEGIN_RING(chan, RING_MF(EXEC), 1);
OUT_RING (chan, 0x100111);
- BEGIN_RING(chan, RING_MF(DATA), 8);
+ BEGIN_RING_NI(chan, RING_MF(DATA), 8);
OUT_RING (chan, tic->tic[0]);
OUT_RELOCl(chan, res->bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD);
OUT_RELOC (chan, res->bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD |