diff options
author | Alex Deucher <agd5f@yahoo.com> | 2004-12-12 00:14:32 +0000 |
---|---|---|
committer | Alex Deucher <agd5f@yahoo.com> | 2004-12-12 00:14:32 +0000 |
commit | 93675d288d5ebb35d4724ebbfc455a703e25a311 (patch) | |
tree | ea6dd9470d7b74722bf5c75d99aeb09d5e6d4bf9 /src/radeon_reg.h | |
parent | ed217003127028483fd2956851d438977169d154 (diff) |
- only mess with Dynamicclocks on mobility chips (Benh, me) bug 1912
- fix display detection (Hui Yu) bug 1559
- Add new option "BIOSHotkeys" to allow the bios to control output
switching (off by default) bug 2000
- update the savage man page to document the "CrtOnly" option
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index c14b6aec..f6cf3bfd 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -821,7 +821,7 @@ # define RADEON_MC_MCLK_MAX_DYN_STOP_LAT (1<<12) # define RADEON_IO_MCLK_MAX_DYN_STOP_LAT (1<<13) # define RADEON_MC_MCLK_DYN_ENABLE (1 << 14) -# define RADEON_IO_MCLK_DYN_ENABLE (1 << 14) +# define RADEON_IO_MCLK_DYN_ENABLE (1 << 15) #define RADEON_MDGPIO_A_REG 0x01ac #define RADEON_MDGPIO_EN_REG 0x01b0 #define RADEON_MDGPIO_MASK 0x0198 |