xserver/hw/kdrive/ati ati_dri.c,1.10,1.11
Eric Anholt
xserver-commit at pdx.freedesktop.org
Sun Sep 12 16:01:26 PDT 2004
Committed by: anholt
Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory gabe:/tmp/cvs-serv30464
Modified Files:
ati_dri.c
Log Message:
Fix a bad argument missed in the previous commit for ATIDRIDMA* functions.
Index: ati_dri.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_dri.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ati_dri.c 12 Sep 2004 20:31:39 -0000 1.10
+++ ati_dri.c 12 Sep 2004 23:01:24 -0000 1.11
@@ -952,7 +952,7 @@
atis->indirectBuffer = NULL;
atis->indirectStart = 0;
}
- ATIDRIDMAStop(pScreen);
+ ATIDRIDMAStop(atis);
if (atis->irqEnabled) {
drmCtlUninstHandler(atic->drmFd);
More information about the xserver-commit
mailing list