xserver ChangeLog,3.241,3.242
Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: anholt Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv4605 Modified Files: ChangeLog Log Message: Improve error handling, especially in the DRI case. Do some FatalErrors instead of ErrorFs for things that are really bad, and put limits on some loops. Now, sometimes instead of hanging the entire system, we (mostly-) cleanly drop to console when the card has hung. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.241 retrieving revision 3.242 diff -u -d -r3.241 -r3.242 --- ChangeLog 11 Sep 2004 09:28:19 -0000 3.241 +++ ChangeLog 12 Sep 2004 19:52:50 -0000 3.242 @@ -1,3 +1,13 @@ +2004-09-12 Eric Anholt <[email protected]> + + * hw/kdrive/ati/ati_dma.c: (ATIDebugFifo), (ATIWaitIdle): + * hw/kdrive/ati/ati_dma.h: + * hw/kdrive/ati/ati_dri.c: (ATIDRIDMAStart), (ATIDRIGetBuffer): + Improve error handling, especially in the DRI case. Do some FatalErrors + instead of ErrorFs for things that are really bad, and put limits on + some loops. Now, sometimes instead of hanging the entire system, we + (mostly-) cleanly drop to console when the card has hung. + 2004-09-11 Eric Anholt <[email protected]> * hw/kdrive/ati/ati.h: