Home
last modified time | relevance | path

Searched refs:xe_vma_ops_alloc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c778 static int xe_vma_ops_alloc(struct xe_vma_ops *vops, bool array_of_binds) in xe_vma_ops_alloc() function
796 ALLOW_ERROR_INJECTION(xe_vma_ops_alloc, ERRNO);
885 err = xe_vma_ops_alloc(&vops, false); in xe_vm_rebind()
932 err = xe_vma_ops_alloc(&vops, false); in xe_vma_rebind()
3157 err = xe_vma_ops_alloc(&vops, args->num_binds > 1); in xe_vm_bind_ioctl()