From 639c2d813f91c80aca66b13242b8d45a1ea986e8 Mon Sep 17 00:00:00 2001 From: Michel Daenzer Date: Sat, 8 Feb 2003 18:02:02 +0000 Subject: =?UTF-8?q?reclaim=20DMA=20buffers=20in=20DRIVER=5FRELEASE()=20(Fe?= =?UTF-8?q?lix=20K=FChling)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/radeon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shared') diff --git a/shared/radeon.h b/shared/radeon.h index 2b5131a9..c36accb4 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -130,6 +130,7 @@ do { \ #define __HAVE_RELEASE 1 #define DRIVER_RELEASE() \ do { \ + DRM(reclaim_buffers)( dev, priv->pid ); \ if ( dev->open_count == 1) \ radeon_do_release( dev ); \ } while (0) -- cgit v1.2.3