xserver ChangeLog,3.244,3.245
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-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 <[email protected]> + * 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 <[email protected]> + * hw/kdrive/ati/ati.h: * hw/kdrive/ati/ati_dma.c: (ATIEngineReset), (ATIDMASetup), (ATIDMATeardown):