From 38515d402555eaa61c686d42973e59f659b07466 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Sat, 15 Sep 2007 11:39:47 -0400 Subject: RADEON: don't restore bios scratch regs Leave them as programmed by the bios fixes bug 12424 --- src/radeon_driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 14d31bda..3f9a8fb5 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -4189,10 +4189,10 @@ void RADEONRestoreLVDSRegisters(ScrnInfoPtr pScrn, RADEONSavePtr restore) if (info->IsMobility) { OUTREG(RADEON_LVDS_GEN_CNTL, restore->lvds_gen_cntl); - /*OUTREG(RADEON_LVDS_PLL_CNTL, restore->lvds_pll_cntl);*/ + /*OUTREG(RADEON_LVDS_PLL_CNTL, restore->lvds_pll_cntl); OUTREG(RADEON_BIOS_4_SCRATCH, restore->bios_4_scratch); OUTREG(RADEON_BIOS_5_SCRATCH, restore->bios_5_scratch); - OUTREG(RADEON_BIOS_6_SCRATCH, restore->bios_6_scratch); + OUTREG(RADEON_BIOS_6_SCRATCH, restore->bios_6_scratch);*/ } } -- cgit v1.2.3