Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_gpuvm.h1095 * @vm_free: called when the last reference of a struct drm_gpuvm is
1100 void (*vm_free)(struct drm_gpuvm *gpuvm); member
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1067 if (drm_WARN_ON(gpuvm->drm, !gpuvm->ops->vm_free)) in drm_gpuvm_free()
1070 gpuvm->ops->vm_free(gpuvm); in drm_gpuvm_free()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_vm.c507 .vm_free = pvr_gpuvm_free,
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem_vma.c636 .vm_free = msm_gem_vm_free,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1811 .vm_free = nouveau_uvmm_free,
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2134 .vm_free = panthor_vm_free,
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c1461 .vm_free = xe_vm_free,