From ab50679aabdda9e6197568f745d02fe1e65c7a24 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Sun, 12 Sep 2004 23:01:24 +0000 Subject: [PATCH] Fix a bad argument missed in the previous commit for ATIDRIDMA* functions. --- hw/kdrive/ati/ati_dri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/kdrive/ati/ati_dri.c b/hw/kdrive/ati/ati_dri.c index 773f49467..2301258d0 100644 --- a/hw/kdrive/ati/ati_dri.c +++ b/hw/kdrive/ati/ati_dri.c @@ -952,7 +952,7 @@ ATIDRICloseScreen(ScreenPtr pScreen) atis->indirectBuffer = NULL; atis->indirectStart = 0; } - ATIDRIDMAStop(pScreen); + ATIDRIDMAStop(atis); if (atis->irqEnabled) { drmCtlUninstHandler(atic->drmFd);