Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt.h37 void xe_pt_destroy(struct xe_pt *pt, u32 flags, struct llist_head *deferred);
H A Dxe_pt.c199 void xe_pt_destroy(struct xe_pt *pt, u32 flags, struct llist_head *deferred) in xe_pt_destroy() function
215 xe_pt_destroy(xe_pt_entry_staging(pt_dir, i), flags, in xe_pt_destroy()
962 xe_pt_destroy(entries[i].pt_entries[j].pt, in xe_pt_cancel_bind()
1025 xe_pt_destroy(oldpte, (vma == XE_INVALID_VMA) ? 0 : in xe_pt_commit()
1056 xe_pt_destroy(newpte, xe_vma_vm(vma)->flags, NULL); in xe_pt_abort_bind()
H A Dxe_vm.c1611 xe_pt_destroy(vm->scratch_pt[id][i], vm->flags, NULL); in xe_vm_free_scratch()
1899 xe_pt_destroy(vm->pt_root[id], vm->flags, NULL); in xe_vm_close_and_put()