Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_gpuvm.h1114 drm_gpuvm_prefetch_ops_create(struct drm_gpuvm *gpuvm,
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c3069 * drm_gpuvm_prefetch_ops_create() - creates the &drm_gpuva_ops to prefetch
3087 drm_gpuvm_prefetch_ops_create(struct drm_gpuvm *gpuvm,
3120 EXPORT_SYMBOL_GPL(drm_gpuvm_prefetch_ops_create);
2896 drm_gpuvm_prefetch_ops_create(struct drm_gpuvm *gpuvm, drm_gpuvm_prefetch_ops_create() function
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c2263 ops = drm_gpuvm_prefetch_ops_create(&vm->gpuvm, addr, range); in vm_bind_ioctl_ops_create()