diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-20 15:31:11 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-20 15:31:11 +1000 |
commit | 4a523da5221d53f2efa49da2326500e9b0b9f14d (patch) | |
tree | c2950b5808605b9fa97e33ba0145882aca3e18af /src/radeon_reg.h | |
parent | 80023441ba46882bc810ff3790c7148059f155f5 (diff) |
r600: get r600 to work non-accelerated.
DDC still not working yet
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index 3aedb4c..424ec19 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -3689,4 +3689,8 @@ # define AVIVO_I2C_EN (1 << 0) # define AVIVO_I2C_RESET (1 << 8) +#define R600_BUS_CNTL 0x5420 +#define R600_CONFIG_CNTL 0x5424 +#define R600_CONFIG_MEMSIZE 0x5428 +#define R600_CONFIG_APER_SIZE 0x5430 #endif |