Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c385 xe_pt_insert_entry(struct xe_pt_stage_bind_walk *xe_walk, struct xe_pt *parent, in xe_pt_insert_entry() argument
388 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; in xe_pt_insert_entry()
390 &xe_walk->wupd.updates[xe_child->level] : NULL; in xe_pt_insert_entry()
393 ret = xe_pt_new_shared(&xe_walk->wupd, parent, offset, true); in xe_pt_insert_entry()
416 xe_pt_write(xe_walk->vm->xe, map, offset, pte); in xe_pt_insert_entry()
433 struct xe_pt_stage_bind_walk *xe_walk) in xe_pt_hugepte_possible() argument
441 if (!xe_pt_covers(addr, next, level, &xe_walk->base)) in xe_pt_hugepte_possible()
445 if (next - xe_walk->va_curs_start > xe_walk->curs->size) in xe_pt_hugepte_possible()
449 if (xe_vma_is_null(xe_walk->vma)) in xe_pt_hugepte_possible()
453 if (xe_walk->clear_pt) in xe_pt_hugepte_possible()
[all …]