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





------- Comment #4 from [EMAIL PROTECTED]  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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to