Re: [PATCH] drm/imagination: Hold drm_gem_gpuva lock for unmap

2025-02-19 Thread Matt Coster
On 03/02/2025 15:33, Brendan King via B4 Relay wrote: > From: Brendan King > > Avoid a warning from drm_gem_gpuva_assert_lock_held in drm_gpuva_unlink. > > The Imagination driver uses the GEM object reservation lock to protect > the gpuva list, but the GEM object was not always known in the code

[PATCH] drm/imagination: Hold drm_gem_gpuva lock for unmap

2025-02-03 Thread Brendan King via B4 Relay
From: Brendan King Avoid a warning from drm_gem_gpuva_assert_lock_held in drm_gpuva_unlink. The Imagination driver uses the GEM object reservation lock to protect the gpuva list, but the GEM object was not always known in the code paths that ended up calling drm_gpuva_unlink. When the GEM object