diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-03 20:46:17 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-03 20:46:17 -0400 |
commit | 5e9ebd8e496b72b051053d637c63b2956b7861d3 (patch) | |
tree | 51014c9d819e48a4f6eda30849fe87275f4473cf /src/radeon_reg.h | |
parent | c106075ccb81ca2ee4894743e676fd37653c8dce (diff) |
Initial support for r4xx
- add r3xx/r4xx MC access macros and functions
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index 26533397..1122f13b 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -996,6 +996,7 @@ #define RADEON_MPP_GP_CONFIG 0x01c8 /* ? */ #define R300_MC_IND_INDEX 0x01f8 # define R300_MC_IND_ADDR_MASK 0x3f +# define R300_MC_IND_WR_EN (1 << 8) #define R300_MC_IND_DATA 0x01fc #define R300_MC_READ_CNTL_AB 0x017c # define R300_MEM_RBS_POSITION_A_MASK 0x03 @@ -3270,4 +3271,6 @@ #define RADEON_RS480_UNK_e38 0xe38 #define RADEON_RS480_UNK_e3c 0xe3c +#include "avivo_reg.h" + #endif |