diff options
author | Alex Deucher <alex@botch2.com> | 2007-07-31 01:18:40 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.com> | 2007-07-31 01:18:40 -0400 |
commit | 4822a2b837334f408f962646ab5ea4f8b0335ac9 (patch) | |
tree | d1deb0032ff38cf7a200e4f29678b86abfd83700 /src/radeon_tv.c | |
parent | fe494c9db2995bb8ce7a028ecf9626e0cb0cf506 (diff) |
RADEON: tv-out fixes. works now. tested on rv350.
VT siwtch is busted, and xrandr doesn't play nice yet.
uncomment code in radeon_output.c to test.
Diffstat (limited to 'src/radeon_tv.c')
-rw-r--r-- | src/radeon_tv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index 5acc4ff..a0e680b 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -333,7 +333,8 @@ void RADEONInitTVRegisters(xf86OutputPtr output, RADEONSavePtr save, | RADEON_AUD_ASYNC_RST | RADEON_DVS_ASYNC_RST | RADEON_CRT_FIFO_CE_EN - | RADEON_TV_FIFO_CE_EN); + | RADEON_TV_FIFO_CE_EN + | RADEON_TV_ON); save->tv_modulator_cntl1 = RADEON_SLEW_RATE_LIMIT | RADEON_SYNC_TIP_LEVEL |