From 36c22a49580d86a6518b67f31a78bd53d39491af Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 21 Aug 2007 20:28:39 -0400 Subject: RADEON: fix tv-out on R3xx R3xx apparently needs the tv clock forced on. --- src/radeon_tv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/radeon_tv.c b/src/radeon_tv.c index 8dbe9741..73bf34d2 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -338,9 +338,11 @@ void RADEONInitTVRegisters(xf86OutputPtr output, RADEONSavePtr save, | RADEON_DVS_ASYNC_RST | RADEON_CRT_FIFO_CE_EN | RADEON_TV_FIFO_CE_EN - | RADEON_TVCLK_ALWAYS_ONb | RADEON_TV_ON); + if (!IS_R300_VARIANT) + save->tv_master_cntl |= RADEON_TVCLK_ALWAYS_ONb; + save->tv_modulator_cntl1 = RADEON_SLEW_RATE_LIMIT | RADEON_SYNC_TIP_LEVEL | RADEON_YFLT_EN -- cgit v1.2.3