[Bug 12596] resume from S3 broken in the latest release
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 27 14:36:38 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=12596
------- Comment #4 from raffaele at sandrini.ch 2007-09-27 14:38 PST -------
No that seemd not to help.
At least this patch (against xf86-video-ati-6.7.194):
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -812,10 +812,7 @@ static void RADEONInitLVDSRegisters(xf86OutputPtr output,
RADEONSavePtr save,
ScrnInfoPtr pScrn = output->scrn;
RADEONInfoPtr info = RADEONPTR(pScrn);
- save->lvds_pll_cntl = (info->SavedReg.lvds_pll_cntl |
- RADEON_LVDS_PLL_EN);
-
- save->lvds_pll_cntl &= ~RADEON_LVDS_PLL_RESET;
+ save->lvds_pll_cntl = info->SavedReg.lvds_pll_cntl;
save->lvds_gen_cntl = info->SavedReg.lvds_gen_cntl;
save->lvds_gen_cntl |= RADEON_LVDS_DISPLAY_DIS;
did not solve the problem.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-driver-ati
mailing list