xserver ChangeLog,3.244,3.245
Eric Anholt
xserver-commit at pdx.freedesktop.org
Sun Sep 12 15:21:14 PDT 2004
Committed by: anholt
Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv16874
Modified Files:
ChangeLog
Log Message:
Move the RegisterBlockAndWakeupHandlers to before DRI initialization.
The change to use that instead of manual wrapping made the DMA dispatch
come after the lock had been dropped, causing lots of pain.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.244
retrieving revision 3.245
diff -u -d -r3.244 -r3.245
--- ChangeLog 12 Sep 2004 20:31:39 -0000 3.244
+++ ChangeLog 12 Sep 2004 22:21:12 -0000 3.245
@@ -1,5 +1,12 @@
2004-09-12 Eric Anholt <anholt at FreeBSD.org>
+ * hw/kdrive/ati/ati_draw.c: (ATIDrawInit), (ATIDrawEnable):
+ Move the RegisterBlockAndWakeupHandlers to before DRI initialization.
+ The change to use that instead of manual wrapping made the DMA dispatch
+ come after the lock had been dropped, causing lots of pain.
+
+2004-09-12 Eric Anholt <anholt at FreeBSD.org>
+
* hw/kdrive/ati/ati.h:
* hw/kdrive/ati/ati_dma.c: (ATIEngineReset), (ATIDMASetup),
(ATIDMATeardown):
More information about the xserver-commit
mailing list