Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_gpuvm.h981 struct drm_gpuva_ops { struct
1056 struct drm_gpuva_ops *
1060 struct drm_gpuva_ops *
1064 struct drm_gpuva_ops *
1068 struct drm_gpuva_ops *
1072 struct drm_gpuva_ops *ops);
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c2428 struct drm_gpuva_ops *ops; in drm_gpuva_sm_step()
2431 struct drm_gpuva_ops *ops = args->ops; in drm_gpuva_sm_step()
2516 struct drm_gpuva_ops *
2521 struct drm_gpuva_ops *ops; in drm_gpuvm_sm_map_ops_create()
2524 struct drm_gpuva_ops *ops; in drm_gpuvm_sm_map_ops_create()
2580 struct drm_gpuva_ops *
2584 struct drm_gpuva_ops *ops; in drm_gpuvm_sm_unmap_ops_create()
2587 struct drm_gpuva_ops *ops; in drm_gpuvm_sm_unmap_ops_create()
2631 struct drm_gpuva_ops *
2635 struct drm_gpuva_ops *ops; in drm_gpuvm_prefetch_ops_create()
[all …]
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c80 struct drm_gpuva_ops *ops;
456 struct drm_gpuva_ops *ops, in nouveau_uvmm_sm_prepare_unwind()
558 struct drm_gpuva_ops *ops, in nouveau_uvmm_sm_map_prepare_unwind()
573 struct drm_gpuva_ops *ops) in nouveau_uvmm_sm_unmap_prepare_unwind()
617 struct drm_gpuva_ops *ops, in nouveau_uvmm_sm_prepare()
737 struct drm_gpuva_ops *ops, in nouveau_uvmm_sm_map_prepare()
753 struct drm_gpuva_ops *ops) in nouveau_uvmm_sm_unmap_prepare()
829 struct drm_gpuva_ops *ops) in nouveau_uvmm_sm()
855 struct drm_gpuva_ops *ops) in nouveau_uvmm_sm_map()
863 struct drm_gpuva_ops *ops) in nouveau_uvmm_sm_unmap()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c1906 static struct drm_gpuva_ops *
1913 struct drm_gpuva_ops *ops; in vm_bind_ioctl_ops_create()
2129 static int vm_bind_ioctl_ops_parse(struct xe_vm *vm, struct drm_gpuva_ops *ops, in vm_bind_ioctl_ops_parse()
2333 struct drm_gpuva_ops **ops, in vm_bind_ioctl_ops_unwind()
2339 struct drm_gpuva_ops *__ops = ops[i]; in vm_bind_ioctl_ops_unwind()
2921 struct drm_gpuva_ops **ops = NULL; in xe_vm_bind_ioctl()