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
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...