aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_reg.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-01-05 19:37:06 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-01-05 19:37:06 +0100
commitf80659bc2967dbed4aed0d44a550bb4a9e4569b5 (patch)
treeccf7de85abf719498fc9af411c30d546c33e9f77 /shared-core/nouveau_reg.h
parent4fe2858f53c6ea542cd81961ebdad118acfc8f32 (diff)
Cleanup the nv04 fifo code a bit.
Diffstat (limited to 'shared-core/nouveau_reg.h')
-rw-r--r--shared-core/nouveau_reg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared-core/nouveau_reg.h b/shared-core/nouveau_reg.h
index e56630f0..38a22061 100644
--- a/shared-core/nouveau_reg.h
+++ b/shared-core/nouveau_reg.h
@@ -194,6 +194,11 @@
#define NV03_FIFO_CMD_REWIND (NV03_FIFO_CMD_JUMP | (0 & NV03_FIFO_CMD_JUMP_OFFSET_MASK))
/* RAMFC offsets */
+#define NV04_RAMFC_DMA_PUT 0x00
+#define NV04_RAMFC_DMA_GET 0x04
+#define NV04_RAMFC_DMA_INSTANCE 0x08
+#define NV04_RAMFC_DMA_FETCH 0x16
+
#define NV10_RAMFC_DMA_PUT 0x00
#define NV10_RAMFC_DMA_GET 0x04
#define NV10_RAMFC_REF_CNT 0x08