Home
last modified time | relevance | path

Searched refs:vm_free (Results 1 – 6 of 6) sorted by relevance

/linux/include/drm/
H A Ddrm_gpuvm.h1095 void (*vm_free)(struct drm_gpuvm *gpuvm); member
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1066 if (drm_WARN_ON(gpuvm->drm, !gpuvm->ops->vm_free)) in drm_gpuvm_free()
1069 gpuvm->ops->vm_free(gpuvm); in drm_gpuvm_free()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_vm.c500 .vm_free = pvr_gpuvm_free,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1810 .vm_free = nouveau_uvmm_free,
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2077 .vm_free = panthor_vm_free,
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c1043 .vm_free = xe_vm_free,