http://bugs.freedesktop.org/show_bug.cgi?id=12596
------- Comment #3 from [EMAIL PROTECTED] 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. _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
