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