diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-08-21 20:28:39 -0400 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-08-21 20:28:39 -0400 |
commit | 36c22a49580d86a6518b67f31a78bd53d39491af (patch) | |
tree | 3936360b146818c1d336b30c6ee6e4564eb60c75 | |
parent | 9470bd67731059f26859ed5f0bea3ade09e2c80c (diff) |
RADEON: fix tv-out on R3xx
R3xx apparently needs the tv clock forced on.
-rw-r--r-- | src/radeon_tv.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 |