Searched refs:vm_bind_ioctl_ops_create (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm.c | 2338 vm_bind_ioctl_ops_create(struct xe_vm *vm, struct xe_vma_ops *vops, in vm_bind_ioctl_ops_create() function 2484 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_create, ERRNO); 3710 ops[i] = vm_bind_ioctl_ops_create(vm, &vops, bos[i], obj_offset, in xe_vm_bind_ioctl() 3816 ops = vm_bind_ioctl_ops_create(vm, &vops, bo, 0, addr, xe_bo_size(bo), in xe_vm_bind_kernel_bo()
|