Symbol: xe_vma_op
drivers/gpu/drm/xe/xe_pt.c
1294
static int op_add_deps(struct xe_vm *vm, struct xe_vma_op *op,
drivers/gpu/drm/xe/xe_pt.c
1341
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_pt.c
1512
static int op_check_svm_userptr(struct xe_vm *vm, struct xe_vma_op *op,
drivers/gpu/drm/xe/xe_pt.c
1582
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_pt.c
2280
struct xe_vma_op *op)
drivers/gpu/drm/xe/xe_pt.c
2394
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_pt.c
2516
struct xe_vma_op *op, struct dma_fence *fence,
drivers/gpu/drm/xe/xe_pt.c
2635
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
1341
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
2387
struct xe_vma_op *op = gpuva_op_to_vma_op(__op);
drivers/gpu/drm/xe/xe_vm.c
2469
struct xe_vma_op *op = gpuva_op_to_vma_op(__op);
drivers/gpu/drm/xe/xe_vm.c
2678
static int xe_vma_op_commit(struct xe_vm *vm, struct xe_vma_op *op)
drivers/gpu/drm/xe/xe_vm.c
2780
struct xe_vma_op *op = gpuva_op_to_vma_op(__op);
drivers/gpu/drm/xe/xe_vm.c
2949
static void xe_vma_op_unwind(struct xe_vm *vm, struct xe_vma_op *op,
drivers/gpu/drm/xe/xe_vm.c
3029
struct xe_vma_op *op = gpuva_op_to_vma_op(__op);
drivers/gpu/drm/xe/xe_vm.c
3107
static int prefetch_ranges(struct xe_vm *vm, struct xe_vma_op *op)
drivers/gpu/drm/xe/xe_vm.c
3163
struct xe_vma_ops *vops, struct xe_vma_op *op)
drivers/gpu/drm/xe/xe_vm.c
3289
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
3310
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
3332
static void op_trace(struct xe_vma_op *op)
drivers/gpu/drm/xe/xe_vm.c
3360
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
3500
static void op_add_ufence(struct xe_vm *vm, struct xe_vma_op *op,
drivers/gpu/drm/xe/xe_vm.c
3528
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
4740
struct xe_vma_op *op = gpuva_op_to_vma_op(__op);
drivers/gpu/drm/xe/xe_vm.c
4799
struct xe_vma_op *op = gpuva_op_to_vma_op(__op);
drivers/gpu/drm/xe/xe_vm.c
676
static void xe_vma_svm_prefetch_op_fini(struct xe_vma_op *op)
drivers/gpu/drm/xe/xe_vm.c
688
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
726
static void xe_vm_populate_rebind(struct xe_vma_op *op, struct xe_vma *vma,
drivers/gpu/drm/xe/xe_vm.c
744
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
768
struct xe_vma_op *op, *next_op;
drivers/gpu/drm/xe/xe_vm.c
822
struct xe_vma_op *op, *next_op;
drivers/gpu/drm/xe/xe_vm.c
861
static void xe_vm_populate_range_rebind(struct xe_vma_op *op,
drivers/gpu/drm/xe/xe_vm.c
880
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
912
struct xe_vma_op *op, *next_op;
drivers/gpu/drm/xe/xe_vm.c
952
static void xe_vm_populate_range_unbind(struct xe_vma_op *op,
drivers/gpu/drm/xe/xe_vm.c
966
struct xe_vma_op *op;
drivers/gpu/drm/xe/xe_vm.c
994
struct xe_vma_op *op, *next_op;
drivers/gpu/drm/xe/xe_vm.h
113
static inline struct xe_vma_op *gpuva_op_to_vma_op(struct drm_gpuva_op *op)
drivers/gpu/drm/xe/xe_vm.h
115
return container_of(op, struct xe_vma_op, base);