Home
last modified time | relevance | path

Searched refs:xe_pt_destroy (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.h36 void xe_pt_destroy(struct xe_pt *pt, u32 flags, struct llist_head *deferred);
H A Dxe_pt.c193 void xe_pt_destroy(struct xe_pt *pt, u32 flags, struct llist_head *deferred) in xe_pt_destroy() function
209 xe_pt_destroy(xe_pt_entry(pt_dir, i), flags, in xe_pt_destroy()
865 xe_pt_destroy(entries[i].pt_entries[j].pt, in xe_pt_cancel_bind()
904 xe_pt_destroy(oldpte, xe_vma_vm(vma)->flags, deferred); in xe_pt_commit()
934 xe_pt_destroy(newpte, xe_vma_vm(vma)->flags, NULL); in xe_pt_abort_bind()
H A Dxe_vm.c1372 xe_pt_destroy(vm->scratch_pt[id][i], vm->flags, NULL); in xe_vm_free_scratch()
1597 xe_pt_destroy(vm->pt_root[id], vm->flags, NULL); in xe_vm_close_and_put()