Searched refs:xe_pt (Results 1 – 7 of 7) sorted by relevance
31 struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile,35 struct xe_pt *pt);37 void xe_pt_destroy(struct xe_pt *pt, u32 flags, struct llist_head *deferred);39 void xe_pt_clear(struct xe_device *xe, struct xe_pt *pt);
29 struct xe_pt pt;54 static struct xe_pt *104 struct xe_pt *pt; in xe_pt_create()157 struct xe_pt *pt) in xe_pt_populate_empty()267 struct xe_pt *parent;509 struct xe_pt *xe_child; in xe_pt_stage_bind_entry()1083 struct xe_pt *oldpte = NULL; in xe_pt_commit_prepare_bind()1129 struct xe_pt *xe_pt = entry->pt; in xe_vm_dbg_print_entries() local1140 xe_pt_addr(xe_pt) + start, xe_pt_addr(xe_pt) + end, 0); in xe_vm_dbg_print_entries()1713 struct xe_pt *pt = entry->pt; in xe_pt_abort_unbind()[all …]
27 struct xe_pt { struct53 struct xe_pt *pt; argument68 struct xe_pt *pt;
183 struct xe_pt *pt_root[XE_MAX_TILES_PER_DEVICE];184 struct xe_pt *scratch_pt[XE_MAX_TILES_PER_DEVICE][XE_VM_MAX_LEVEL];
21 struct xe_pt;
90 xe_pt.o \
28 .. kernel-doc:: drivers/gpu/drm/xe/xe_pt.c