diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-20 16:37:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-20 16:37:29 +1000 |
commit | a5b34c2f1f7d5346c4489cb30e07291d1217026c (patch) | |
tree | f9328dfe043b84463094eb985470294b0af681d6 /src/radeon_reg.h | |
parent | 4a523da5221d53f2efa49da2326500e9b0b9f14d (diff) |
r600: use standard memory controller setup paths
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index 424ec198..4b895ce4 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -3689,8 +3689,10 @@ # define AVIVO_I2C_EN (1 << 0) # define AVIVO_I2C_RESET (1 << 8) +#define R600_MC_FB_LOCATION 0x2180 #define R600_BUS_CNTL 0x5420 #define R600_CONFIG_CNTL 0x5424 #define R600_CONFIG_MEMSIZE 0x5428 +#define R600_CONFIG_F0_BASE 0x542C #define R600_CONFIG_APER_SIZE 0x5430 #endif |