summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imagination/pvr_queue.c
diff options
context:
space:
mode:
authorBrendan King <Brendan.King@imgtec.com>2025-02-26 15:43:06 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-03-13 13:01:53 +0100
commit58e37cfcb12aaf78a4cf899e221950a6f1ced491 (patch)
tree781ea6fb344de9c400000fa9c0e0f5819ddc90eb /drivers/gpu/drm/imagination/pvr_queue.c
parentd993ae7360923efd6ade43a32043459a121c28c1 (diff)
drm/imagination: Hold drm_gem_gpuva lock for unmap
commit a5c4c3ba95a52d66315acdfbaba9bd82ed39c250 upstream. 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 isn't known, it is found by calling drm_gpuva_find to lookup the object associated with a given virtual address range, or by calling drm_gpuva_find_first when removing all mappings. Cc: stable@vger.kernel.org Fixes: 4bc736f890ce ("drm/imagination: vm: make use of GPUVM's drm_exec helper") Signed-off-by: Brendan King <brendan.king@imgtec.com> Reviewed-by: Matt Coster <matt.coster@imgtec.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250226-hold-drm_gem_gpuva-lock-for-unmap-v2-1-3fdacded227f@imgtec.com Signed-off-by: Matt Coster <matt.coster@imgtec.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/imagination/pvr_queue.c')
0 files changed, 0 insertions, 0 deletions