summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_winsys.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-19 22:49:50 +0100
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-12-19 22:53:47 +0100
commit9f2cf899578464a7448d7abec681bde42eb3d2f2 (patch)
tree727cb0623d66bf3e0e241387995b2d3f4d9f1779 /src/gallium/drivers/nvc0/nvc0_winsys.h
parent608b3c4432f7b7b0c27fc22369e09c8b7d8cfc03 (diff)
nvc0: s/INLIN_RING/IMMED_RING
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_winsys.h')
-rw-r--r--src/gallium/drivers/nvc0/nvc0_winsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_winsys.h b/src/gallium/drivers/nvc0/nvc0_winsys.h
index 34bc536765..85f8ed4da4 100644
--- a/src/gallium/drivers/nvc0/nvc0_winsys.h
+++ b/src/gallium/drivers/nvc0/nvc0_winsys.h
@@ -82,7 +82,7 @@ BEGIN_RING_1I(struct nouveau_channel *chan, uint32_t mthd, unsigned size)
/* inline-data */
static INLINE void
-INLIN_RING(struct nouveau_channel *chan, uint32_t mthd, unsigned data)
+IMMED_RING(struct nouveau_channel *chan, uint32_t mthd, unsigned data)
{
WAIT_RING(chan, 1);
OUT_RING (chan, (0x8 << 28) | (data << 16) | mthd);