Re: [PATCH] drm/imagination: Free pvr_vm_gpuva after unlink

2024-08-30 Thread Frank Binns
On Wed, 2024-08-28 at 13:13 +, Matt Coster wrote: > This caused a measurable memory leak. Although the individual > allocations are small, the leaks occurs in a high-usage codepath > (remapping or unmapping device memory) so they add up quickly. > Reviewed-by: Frank Binns > Signed-off-by: M

[PATCH] drm/imagination: Free pvr_vm_gpuva after unlink

2024-08-28 Thread Matt Coster
This caused a measurable memory leak. Although the individual allocations are small, the leaks occurs in a high-usage codepath (remapping or unmapping device memory) so they add up quickly. Signed-off-by: Matt Coster Fixes: ff5f643de0bf ("drm/imagination: Add GEM and VM related code") Cc: sta...