diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-15 11:39:47 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-15 11:39:47 -0400 |
commit | 38515d402555eaa61c686d42973e59f659b07466 (patch) | |
tree | 68dfc75d1421171becd7678f64eac3807d45326d /src | |
parent | 0241cac643fa1c08a45ea44f5c670b290e760ad8 (diff) |
RADEON: don't restore bios scratch regs
Leave them as programmed by the bios
fixes bug 12424
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files 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);*/ } } |