diff options
author | Matthieu Castet <mat@mat-pc.(none)> | 2007-01-13 23:19:41 +0100 |
---|---|---|
committer | Matthieu Castet <mat@mat-pc.(none)> | 2007-01-13 23:19:41 +0100 |
commit | f04347f371c6c9c3a47550c6b7d26b7bd5629c85 (patch) | |
tree | 29f7425600add81fbffceecb1d6787b7f224cd65 /shared-core/nouveau_reg.h | |
parent | cd5f543b2f3d6dd4c45f676c6fb9848b4d8a1c33 (diff) |
nouveau: nv20 graph ctx switch.
Untested...
Diffstat (limited to 'shared-core/nouveau_reg.h')
-rw-r--r-- | shared-core/nouveau_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/nouveau_reg.h b/shared-core/nouveau_reg.h index 8058e980..543be694 100644 --- a/shared-core/nouveau_reg.h +++ b/shared-core/nouveau_reg.h @@ -140,6 +140,8 @@ #define NV_PGRAPH_FIFO 0x00400720 #define NV_PGRAPH_BPIXEL 0x00400724 +#define NV_PGRAPH_RDI_INDEX 0x00400750 +#define NV_PGRAPH_RDI_DATA 0x00400754 #define NV_PGRAPH_FFINTFC_ST2 0x00400764 #define NV_PGRAPH_DMA_PITCH 0x00400770 #define NV_PGRAPH_DVD_COLORFMT 0x00400774 |