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_probe.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_probe.h')
-rw-r--r-- | src/radeon_probe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_probe.h b/src/radeon_probe.h index 9c1bdc54..d11f3d9e 100644 --- a/src/radeon_probe.h +++ b/src/radeon_probe.h @@ -361,6 +361,8 @@ struct avivo_state struct avivo_dig_state tmds1; struct avivo_dig_state tmds2; + /* DDIA block on RS6xx chips */ + CARD32 ddia[36]; }; /* |