Home
last modified time | relevance | path

Searched refs:xe_userptr_destroy (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_userptr.h75 void xe_userptr_destroy(struct xe_userptr_vma *uvma);
91 static inline void xe_userptr_destroy(struct xe_userptr_vma *uvma) {} in xe_userptr_destroy() function
H A Dxe_vm.c1127 xe_userptr_destroy(to_userptr_vma(vma)); in xe_vma_destroy()