Home
last modified time | relevance | path

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

/linux-6.15/include/drm/
H A Ddrm_gpuvm.h1100 void (*vm_free)(struct drm_gpuvm *gpuvm); member
/linux-6.15/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-6.15/drivers/gpu/drm/imagination/
H A Dpvr_vm.c507 .vm_free = pvr_gpuvm_free,
/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1811 .vm_free = nouveau_uvmm_free,
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c2150 .vm_free = panthor_vm_free,
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_vm.c1433 .vm_free = xe_vm_free,