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.h1065 drm_gpuvm_prefetch_ops_create(struct drm_gpuvm *gpuvm,
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c2632 drm_gpuvm_prefetch_ops_create(struct drm_gpuvm *gpuvm, in drm_gpuvm_prefetch_ops_create() function
2665 EXPORT_SYMBOL_GPL(drm_gpuvm_prefetch_ops_create);
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c1939 ops = drm_gpuvm_prefetch_ops_create(&vm->gpuvm, addr, range); in xe_vm_create_ioctl()