xserver ChangeLog,3.241,3.242

Eric Anholt xserver-commit at pdx.freedesktop.org
Sun Sep 12 12:52:53 PDT 2004


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  <anholt at FreeBSD.org>
+
+	* 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  <anholt at FreeBSD.org>
 
 	* hw/kdrive/ati/ati.h:



More information about the xserver-commit mailing list