Re: [Dri-devel] [patch] Yet another DMA buffer leak

2003-02-08 Thread Felix Kühling
Found it. DRIVER_RELEASE in radeon.h has to call radeon_reclaim_buffers as the drm_drv.h template seems to expect DRIVER_RELEASE to handle this. DRIVER_RELEASE in i810.h does this too. The (1 line) patch is attached. Felix On Sat, 8 Feb 2003 17:49:15 +0100 Felix Kühling [EMAIL PROTECTED] wrote:

Re: [Dri-devel] [patch] Yet another DMA buffer leak

2003-02-08 Thread Michel Dänzer
On Sam, 2003-02-08 at 18:45, Charl P. Botha wrote: On Sat, Feb 08, 2003 at 06:24:28PM +0100, Felix Kühling wrote: Found it. DRIVER_RELEASE in radeon.h has to call radeon_reclaim_buffers as the drm_drv.h template seems to expect DRIVER_RELEASE to handle this. DRIVER_RELEASE in i810.h does

Re: [Dri-devel] [patch] Yet another DMA buffer leak

2003-02-08 Thread Keith Whitwell
Michel Dänzer wrote: On Sam, 2003-02-08 at 18:56, Michel Dänzer wrote: On Sam, 2003-02-08 at 18:45, Charl P. Botha wrote: On Sat, Feb 08, 2003 at 06:24:28PM +0100, Felix Kühling wrote: Found it. DRIVER_RELEASE in radeon.h has to call radeon_reclaim_buffers as the drm_drv.h template seems to

Re: [Dri-devel] [patch] Yet another DMA buffer leak

2003-02-08 Thread Michel Dänzer
On Son, 2003-02-09 at 02:24, Keith Whitwell wrote: Michel Dänzer wrote: On Sam, 2003-02-08 at 18:56, Michel Dänzer wrote: Hmm, moving this to mesa-4-0-4-branch is trickier than I thought. Here's a quick'n'dirty merge, but maybe we want to move over more of Keith's recent work in this