diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2024-09-13 13:27:22 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@collabora.com> | 2024-10-01 18:37:13 +0200 |
commit | fa998a9eac8809da4f219aad49836fcad2a9bf5c (patch) | |
tree | a48bb700da9cd6b868726bf2c3125826f6981d3b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 2b55639a4e25ff02ee496368b03456bd28ebdc0b (diff) | |
download | linux-fa998a9eac8809da4f219aad49836fcad2a9bf5c.tar.gz linux-fa998a9eac8809da4f219aad49836fcad2a9bf5c.tar.bz2 linux-fa998a9eac8809da4f219aad49836fcad2a9bf5c.zip |
drm/panthor: Lock the VM resv before calling drm_gpuvm_bo_obtain_prealloc()
drm_gpuvm_bo_obtain_prealloc() will call drm_gpuvm_bo_put() on our
pre-allocated BO if the <BO,VM> association exists. Given we
only have one ref on preallocated_vm_bo, drm_gpuvm_bo_destroy() will
be called immediately, and we have to hold the VM resv lock when
calling this function.
Fixes: 647810ec2476 ("drm/panthor: Add the MMU/VM logical block")
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240913112722.492144-1-boris.brezillon@collabora.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions