Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt.c390 child_upd->parent = xe_child; in xe_pt_insert_entry()
398 if (unlikely(xe_child)) { in xe_pt_insert_entry()
509 struct xe_pt *xe_child; in xe_pt_stage_bind_entry() local
567 if (IS_ERR(xe_child)) in xe_pt_stage_bind_entry()
568 return PTR_ERR(xe_child); in xe_pt_stage_bind_entry()
570 xe_pt_set_addr(xe_child, in xe_pt_stage_bind_entry()
576 *child = &xe_child->base; in xe_pt_stage_bind_entry()
590 xe_child->is_compact = true; in xe_pt_stage_bind_entry()
825 struct xe_pt *xe_child = container_of(*child, typeof(*xe_child), base); in xe_pt_zap_ptes_entry() local
1586 struct xe_pt *xe_child = container_of(*child, typeof(*xe_child), base); in xe_pt_stage_unbind_entry() local
[all …]