[Bug 12596] resume from S3 broken in the latest release

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Sep 27 13:43:26 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=12596





------- Comment #3 from agd5f at yahoo.com  2007-09-27 13:44 PST -------
does reverting just this part fix it?

-    save->lvds_pll_cntl = info->SavedReg.lvds_pll_cntl;
+    save->lvds_pll_cntl = (info->SavedReg.lvds_pll_cntl |
+                           RADEON_LVDS_PLL_EN);
+
+    save->lvds_pll_cntl &= ~RADEON_LVDS_PLL_RESET;

How about just removing the RADEON_LVDS_PLL_EN or the RADEON_LVDS_PLL_RESET
line?


-- 
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