diff options
author | Alex Deucher <alex@cube.(none)> | 2008-02-28 14:29:30 -0500 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-02-28 14:29:30 -0500 |
commit | 46547ae8bdbc5c10f1fd028b95ec4c5c31a5b318 (patch) | |
tree | 64e3a4cfed8158bc54013244756e2f6bf5db1d93 /src/radeon_reg.h | |
parent | 72a53d6f20ac29b3baddb7d8af04f19b76d2e04f (diff) |
AVIVO: disable dithering on DFPs
This should fix the color banding some people have noticed.
Also save/restore DDIA regs on RS6xx
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 7d9bad39..94d5f312 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -3555,6 +3555,8 @@ #define AVIVO_D2SCL_SCALER_ENABLE 0x6d90 #define AVIVO_D2SCL_SCALER_TAP_CONTROL 0x6d94 +#define AVIVO_DDIA_BIT_DEPTH_CONTROL 0x7214 + #define AVIVO_DACA_ENABLE 0x7800 # define AVIVO_DAC_ENABLE (1 << 0) #define AVIVO_DACA_SOURCE_SELECT 0x7804 @@ -3745,6 +3747,8 @@ # define AVIVO_LVDS_BACKLIGHT_LEVEL_MASK 0x0000ff00 # define AVIVO_LVDS_BACKLIGHT_LEVEL_SHIFT 8 +#define AVIVO_DVOA_BIT_DEPTH_CONTROL 0x7988 + #define AVIVO_GPIO_0 0x7e30 #define AVIVO_GPIO_1 0x7e40 #define AVIVO_GPIO_2 0x7e50 |