xserver ChangeLog,3.241,3.242
Eric Anholt
xserver-commit at pdx.freedesktop.org
Sun Sep 12 12:52:53 PDT 2004
- Previous message: xserver/hw/kdrive/ati ati.h, 1.11, 1.12 ati_dma.h, 1.1,
1.2 ati_draw.c, 1.20, 1.21 ati_draw.h, 1.7, 1.8 ati_reg.h, 1.7,
1.8 r128_composite.c, 1.4, 1.5 radeon_composite.c, 1.10, 1.11
- Next message: xserver/hw/kdrive/ati ati_dma.c, 1.3, 1.4 ati_dma.h, 1.2,
1.3 ati_dri.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: xserver/hw/kdrive/ati ati.h, 1.11, 1.12 ati_dma.h, 1.1,
1.2 ati_draw.c, 1.20, 1.21 ati_draw.h, 1.7, 1.8 ati_reg.h, 1.7,
1.8 r128_composite.c, 1.4, 1.5 radeon_composite.c, 1.10, 1.11
- Next message: xserver/hw/kdrive/ati ati_dma.c, 1.3, 1.4 ati_dma.h, 1.2,
1.3 ati_dri.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list