[Bug 1912] Dynamic clock cause hard lockup on Radeon 7000 + SMP

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 23 12:03:49 PST 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=1912        
   




------- Additional Comments From agd5f at yahoo.com  2004-11-23 12:03 -------
This patch will disable dynamicclocks on all RV100 hardware including
m6 which is what one of the chips on which is is most useful and
doesn't seem to cause a problem.  I've done extensive testing on my m6
and all is well there.  Unless we come up with a better fix, we should
probably change the patch to:

-            if ( !info->HasCRTC2 ) {
+           if ((info->ChipFamily == CHIP_FAMILY_RV100) || !(info->IsMobility)) {
+               break;
+           } else if ( !info->HasCRTC2 ) {        
   
   
--         
Configure bugmail: https://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-bugzilla-noise mailing list