Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169622 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/video/aty/mach64_ct.c (-1 / +2 lines)
Lines 614-620 static void aty_resume_pll_ct(const struct fb_info *info, Link Here
614
		 * helps for Rage Mobilities that sometimes crash when
614
		 * helps for Rage Mobilities that sometimes crash when
615
		 * we switch to sclk. (Daniel Mantione, 13-05-2003)
615
		 * we switch to sclk. (Daniel Mantione, 13-05-2003)
616
		 */
616
		 */
617
		for (i=0;i<=0x1ffff;i++);
617
		for (i=0;i<=0x1ffff;i++)
618
			barrier();
618
	}
619
	}
619
620
620
	aty_st_pll_ct(PLL_REF_DIV, pll->ct.pll_ref_div, par);
621
	aty_st_pll_ct(PLL_REF_DIV, pll->ct.pll_ref_div, par);

Return to bug 169622