summaryrefslogtreecommitdiff
path: root/src/legacy_output.c
diff options
context:
space:
mode:
authorAlex Deucher <alex@t41p.hsd1.va.comcast.net>2008-02-01 02:59:07 -0500
committerAlex Deucher <alex@t41p.hsd1.va.comcast.net>2008-02-01 02:59:07 -0500
commita38a903debc0a50dbc73f59dc2741bbea76d2bd9 (patch)
treef5865290439804265303ccbbbf62596130e2b62c /src/legacy_output.c
parent5d7bea2b62c86868baf1960665a40249a43bafc5 (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
Diffstat (limited to 'src/legacy_output.c')
-rw-r--r--src/legacy_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legacy_output.c b/src/legacy_output.c
index c2faa47c..8ae21b94 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);