https://bugzilla.kernel.org/show_bug.cgi?id=26552
--- Comment #52 from Helber Maciel Guerra helbermg@gmail.com 2011-02-12 21:31:31 --- (In reply to comment #51)
(In reply to comment #50)
On the last i uncomment booth lines on kernel git. Nothing changes, looks Xorg just stop.
Does it only lock up with both lines uncommented or does any version of the patch lock up? The patch by itself with both lines commented out is identical to the previous patch. If that doesn't work, I'm not sure what is happening. Maybe some build problem?
Yes, is a build problem (my fault). I sorry about this.
Now i do all teste: 1 - pll->flags |= RADEON_PLL_PREFER_MINM_OVER_MAXP; 2 - if (ASIC_IS_AVIVO(rdev)) pll->flags |= RADEON_PLL_USE_FRAC_FB_DIV;
Results: 1 - commented none - WORK. 2 - commented all - WORK. 3 - commented 1 - Not WORK. 4 - commentes 2 - WORK.
Regards, Helber Maciel Guerra