Searched refs:xe_vma_op (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm.h | 99 static inline struct xe_vma_op *gpuva_op_to_vma_op(struct drm_gpuva_op *op) in gpuva_op_to_vma_op() 101 return container_of(op, struct xe_vma_op, base); in gpuva_op_to_vma_op()
|
H A D | xe_vm.c | 780 struct xe_vma_op *op; in xe_vm_ops_add_rebind() 804 struct xe_vma_op *op, *next_op; in xe_vm_rebind() 858 struct xe_vma_op *op, *next_op; in xe_vma_rebind() 1180 struct xe_vma_op *op; in xe_vm_op_alloc() 1962 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); in vm_bind_ioctl_ops_create() 2144 struct xe_vma_op *op = gpuva_op_to_vma_op(__op); in vm_bind_ioctl_ops_parse() 2388 struct xe_vma_op *op) in op_lock_and_prep() 2446 struct xe_vma_op *op; in vm_bind_ioctl_ops_lock_and_prep() 2468 static void op_trace(struct xe_vma_op *op) in op_trace() 2494 struct xe_vma_op *op; in trace_xe_vm_ops_execute() [all …]
|
H A D | xe_vm_types.h | 338 struct xe_vma_op { struct
|
H A D | xe_pt.c | 1066 static int op_add_deps(struct xe_vm *vm, struct xe_vma_op *op, in op_add_deps() 1104 struct xe_vma_op *op; in xe_pt_vm_dependencies() 1254 static int op_check_userptr(struct xe_vm *vm, struct xe_vma_op *op, in op_check_userptr() 1293 struct xe_vma_op *op; in xe_pt_userptr_pre_commit() 1754 struct xe_vma_op *op) in op_prepare() 1822 struct xe_vma_op *op; in xe_pt_update_ops_prepare() 1920 struct xe_vma_op *op, struct dma_fence *fence, in op_commit() 1992 struct xe_vma_op *op; in xe_pt_update_ops_run()
|