diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-13 12:32:45 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-01-13 12:32:50 +0100 |
commit | 1967aa82cfc18c422360ef544b66e316d98f53a1 (patch) | |
tree | 223bbbfd9442c126d094aa1db3c27f8adfa5ea50 | |
parent | 69a98d89d5204ec224703bddc3582bb854716a20 (diff) |
nouveau: Oops, fix the nv04 RAMFC_DMA_FETCH value.
-rw-r--r-- | shared-core/nouveau_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_reg.h b/shared-core/nouveau_reg.h index 97d81048..a1d189f1 100644 --- a/shared-core/nouveau_reg.h +++ b/shared-core/nouveau_reg.h @@ -213,7 +213,7 @@ #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 NV04_RAMFC_DMA_FETCH 0x10 #define NV10_RAMFC_DMA_PUT 0x00 #define NV10_RAMFC_DMA_GET 0x04 |