diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-02-01 02:59:07 -0500 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2008-02-01 02:59:07 -0500 |
commit | a38a903debc0a50dbc73f59dc2741bbea76d2bd9 (patch) | |
tree | f5865290439804265303ccbbbf62596130e2b62c | |
parent | 5d7bea2b62c86868baf1960665a40249a43bafc5 (diff) |
RADEON: don't restore LVDS_PLL_CNTL for now
seems to cause problems with resume for some users.
this needs further investigation.
see bug 12596
-rw-r--r-- | src/legacy_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy_output.c b/src/legacy_output.c index c2faa47..8ae21b9 100644 --- a/src/legacy_output.c +++ b/src/legacy_output.c @@ -150,7 +150,7 @@ 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);*/ if (info->ChipFamily == CHIP_FAMILY_RV410) { OUTREG(RADEON_CLOCK_CNTL_INDEX, 0); |