diff options
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 75a5d2c9..1dd1d3ff 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -5289,10 +5289,10 @@ static void RADEONRestoreCrtc2Registers(ScrnInfoPtr pScrn, OUTREG(RADEON_DAC_CNTL2, restore->dac2_cntl); - /*OUTREG(RADEON_TV_DAC_CNTL, 0x00280203);*/ - if ((info->ChipFamily != CHIP_FAMILY_RADEON) && - (info->ChipFamily != CHIP_FAMILY_R200)) - OUTREG (RADEON_TV_DAC_CNTL, restore->tv_dac_cntl); + OUTREG(RADEON_TV_DAC_CNTL, 0x00280203); + //if ((info->ChipFamily != CHIP_FAMILY_RADEON) && + // (info->ChipFamily != CHIP_FAMILY_R200)) + //OUTREG (RADEON_TV_DAC_CNTL, restore->tv_dac_cntl); if ((info->ChipFamily == CHIP_FAMILY_R200) || IS_R300_VARIANT) { |