tu: Don't decrement implicit_sync_bo_count with VM_BIND

There are no implicit sync BOs with VM_BIND and this is unused.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37070>
This commit is contained in:
Connor Abbott
2025-08-28 16:36:19 -04:00
committed by Marge Bot
parent 0e3654a167
commit d77b066d52
-5
View File
@@ -1048,11 +1048,6 @@ msm_bo_finish(struct tu_device *dev, struct tu_bo *bo)
tu_map_vm_bind(dev, MSM_VM_BIND_OP_UNMAP, 0, bo->iova, 0, 0,
bo->size);
mtx_lock(&dev->bo_mutex);
if (bo->implicit_sync)
dev->implicit_sync_bo_count--;
mtx_unlock(&dev->bo_mutex);
mtx_lock(&dev->vma_mutex);
util_vma_heap_free(&dev->vma, bo->iova, bo->size);
mtx_unlock(&dev->vma_mutex);