mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
radv/rmv: Avoid more CPU unmap deadlocks
Fixes: 8d0e6c02 ("radv: Add RMV tracing utilities")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20820>
This commit is contained in:
parent
2dec10c297
commit
2d5d247203
1 changed files with 1 additions and 1 deletions
|
|
@ -721,8 +721,8 @@ radv_rmv_log_border_color_palette_create(struct radv_device *device, struct rade
|
|||
vk_rmv_emit_token(&device->vk.memory_trace_data, VK_RMV_TOKEN_TYPE_RESOURCE_CREATE,
|
||||
&create_token);
|
||||
vk_rmv_emit_token(&device->vk.memory_trace_data, VK_RMV_TOKEN_TYPE_RESOURCE_BIND, &bind_token);
|
||||
vk_rmv_log_cpu_map(&device->vk, bo->va, false);
|
||||
simple_mtx_unlock(&device->vk.memory_trace_data.token_mtx);
|
||||
vk_rmv_log_cpu_map(&device->vk, bo->va, false);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue