diff options
author | Alex Deucher <alex@cube.(none)> | 2008-02-12 14:46:49 -0500 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-02-12 14:46:49 -0500 |
commit | 860f5af75274cb236f536e1da09da6bd9a579530 (patch) | |
tree | 8d8500e4620d21c69110e9cfb964602a9adf584b /src/radeon_reg.h | |
parent | 32f2119b43a0faf6069d8cc0816f0d9f7914c07f (diff) |
R6xx: fix up use of bios scratch regs to reflect the new offsets
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index b68e25c6..61cdb15d 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -3809,6 +3809,15 @@ #define R600_CONFIG_F0_BASE 0x542C #define R600_CONFIG_APER_SIZE 0x5430 +#define R600_BIOS_0_SCRATCH 0x1724 +#define R600_BIOS_1_SCRATCH 0x1728 +#define R600_BIOS_2_SCRATCH 0x172c +#define R600_BIOS_3_SCRATCH 0x1730 +#define R600_BIOS_4_SCRATCH 0x1734 +#define R600_BIOS_5_SCRATCH 0x1738 +#define R600_BIOS_6_SCRATCH 0x173c +#define R600_BIOS_7_SCRATCH 0x1740 + #define R300_GB_TILE_CONFIG 0x4018 #define R300_GB_SELECT 0x401c #define R300_GB_ENABLE 0x4008 |