diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-12-17 03:17:45 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-12-17 03:17:45 -0500 |
commit | f21e673aced1bb5138bbb80e6d9724530eb95ebf (patch) | |
tree | 6268d6aa0c20a710348f9834c9793060df2a9330 /src/radeon_reg.h | |
parent | be12cf8fcc7a5a3c3ee2c630474e2f9d9368f4d4 (diff) |
Fix colors on tv-out
Call EnableYUV to set the transform and enable/disable it.
should also fix green tint with tv connected at boot issues.
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index 92bbccca..1987d61d 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -3593,6 +3593,8 @@ # define AVIVO_D1GRPH_UPDATE_LOCK (1<<16) #define AVIVO_D1GRPH_FLIP_CONTROL 0x6148 +#define AVIVO_D1GRPH_COLOR_MATRIX_TRANSFORMATION_CNTL 0x6380 + #define AVIVO_D1CUR_CONTROL 0x6400 # define AVIVO_D1CURSOR_EN (1<<0) # define AVIVO_D1CURSOR_MODE_SHIFT 8 |