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=6011          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-02-25 15:39 -------
Also, if you have a bit of time to investigate, it would be useful to know which
bit in CRTC_EXT_CNTL is causing the hang... you can print the previous value of
the register and the value about to be written. OUTREGP as used in that code
will basically write the value in crtc_ext_cntl except those 3 other bits given
as a mask which will be kept to whatever value was there, you can try blasting
values manually yourself with OUTREG to check which actual bit set or removed by
that line is causing the lockup. If you don't know how to proceed, just add an

ErrorF("CRTC_EXT_CNTL is: %x want: %x\n", INREG(RADEON_CRTC_EXT_CNTL),
restore->crtc_ext_cntl); and tell me what it says and I'll come up with more
stuffs to test.
          
     
     
--           
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.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to