Searched refs:prep_vma_destroy (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm.c | 1897 static void prep_vma_destroy(struct xe_vm *vm, struct xe_vma *vma, in prep_vma_destroy() function 2082 prep_vma_destroy(vm, vma, false); in new_vma() 2139 prep_vma_destroy(vm, gpuva_to_vma(op->base.remap.unmap->va), in xe_vma_op_commit() 2172 prep_vma_destroy(vm, gpuva_to_vma(op->base.unmap.va), true); in xe_vma_op_commit() 2351 prep_vma_destroy(vm, op->map.vma, post_commit); in xe_vma_op_unwind() 2373 prep_vma_destroy(vm, op->remap.prev, prev_post_commit); in xe_vma_op_unwind() 2377 prep_vma_destroy(vm, op->remap.next, next_post_commit); in xe_vma_op_unwind()
|