[PATCH] drm: Prune GEM vma entries

2010-10-04 Thread Paul Rolland
Hello, You can add a: Tested-by: Paul Rolland This is indeed fixing the memory leak in size-32 pool on my machine. Thanks a lot, Paul On Mon, 27 Sep 2010 21:08:36 +0100 Chris Wilson wrote: > Hook the GEM vm open/close ops into the generic drm vm open/close so > that the vma entries are crea

Re: [PATCH] drm: Prune GEM vma entries

2010-10-04 Thread Paul Rolland
Hello, You can add a: Tested-by: Paul Rolland This is indeed fixing the memory leak in size-32 pool on my machine. Thanks a lot, Paul On Mon, 27 Sep 2010 21:08:36 +0100 Chris Wilson wrote: > Hook the GEM vm open/close ops into the generic drm vm open/close so > that the vma entries are crea

[PATCH] drm: Prune GEM vma entries

2010-10-03 Thread Paul Rolland
Hello, On Fri, 01 Oct 2010 19:09:56 -0500 Matt Mackall wrote: > On Mon, 2010-09-27 at 21:08 +0100, Chris Wilson wrote: > > Hook the GEM vm open/close ops into the generic drm vm open/close so > > that the vma entries are created and destroy appropriately. > > > > Reported-by: Matt Mackall > >

Re: [PATCH] drm: Prune GEM vma entries

2010-10-03 Thread Paul Rolland
Hello, On Fri, 01 Oct 2010 19:09:56 -0500 Matt Mackall wrote: > On Mon, 2010-09-27 at 21:08 +0100, Chris Wilson wrote: > > Hook the GEM vm open/close ops into the generic drm vm open/close so > > that the vma entries are created and destroy appropriately. > > > > Reported-by: Matt Mackall > >

[PATCH] drm: Prune GEM vma entries

2010-10-01 Thread Matt Mackall
On Mon, 2010-09-27 at 21:08 +0100, Chris Wilson wrote: > Hook the GEM vm open/close ops into the generic drm vm open/close so > that the vma entries are created and destroy appropriately. > > Reported-by: Matt Mackall > Cc: Dave Airlie > Cc: Jesse Barnes > Signed-off-by: Chris Wilson All sign

Re: [PATCH] drm: Prune GEM vma entries

2010-10-01 Thread Matt Mackall
On Mon, 2010-09-27 at 21:08 +0100, Chris Wilson wrote: > Hook the GEM vm open/close ops into the generic drm vm open/close so > that the vma entries are created and destroy appropriately. > > Reported-by: Matt Mackall > Cc: Dave Airlie > Cc: Jesse Barnes > Signed-off-by: Chris Wilson All sign

[PATCH] drm: Prune GEM vma entries

2010-09-27 Thread Chris Wilson
Hook the GEM vm open/close ops into the generic drm vm open/close so that the private vma entries are created and destroy appropriately. Fixes the leak of the drm_vma_entries during the lifetime of the filp. Reported-by: Matt Mackall Cc: Dave Airlie Cc: Jesse Barnes Signed-off-by: Chris Wilson

[PATCH] drm: Prune GEM vma entries

2010-09-27 Thread Chris Wilson
Hook the GEM vm open/close ops into the generic drm vm open/close so that the vma entries are created and destroy appropriately. Reported-by: Matt Mackall Cc: Dave Airlie Cc: Jesse Barnes Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_gem.c |9 - drivers/gpu/drm/drm_vm.c |

[PATCH] drm: Prune GEM vma entries

2010-09-27 Thread Chris Wilson
Hook the GEM vm open/close ops into the generic drm vm open/close so that the private vma entries are created and destroy appropriately. Fixes the leak of the drm_vma_entries during the lifetime of the filp. Reported-by: Matt Mackall Cc: Dave Airlie Cc: Jesse Barnes Signed-off-by: Chris Wilson

Re: [PATCH] drm: Prune GEM vma entries

2010-09-27 Thread Andrew Morton
That was quick, thanks. On Mon, 27 Sep 2010 21:08:36 +0100 Chris Wilson wrote: > Hook the GEM vm open/close ops into the generic drm vm open/close so > that the vma entries are created and destroy appropriately. Please update the changelog to indicate that it fixes a memory leak. > Reported-by

[PATCH] drm: Prune GEM vma entries

2010-09-27 Thread Andrew Morton
That was quick, thanks. On Mon, 27 Sep 2010 21:08:36 +0100 Chris Wilson wrote: > Hook the GEM vm open/close ops into the generic drm vm open/close so > that the vma entries are created and destroy appropriately. Please update the changelog to indicate that it fixes a memory leak. > Reported-by

[PATCH] drm: Prune GEM vma entries

2010-09-27 Thread Chris Wilson
Hook the GEM vm open/close ops into the generic drm vm open/close so that the vma entries are created and destroy appropriately. Reported-by: Matt Mackall Cc: Dave Airlie Cc: Jesse Barnes Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_gem.c |9 - drivers/gpu/drm/drm_vm.c |