Searched refs:xe_pt_populate_empty (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pt.h | 34 void xe_pt_populate_empty(struct xe_tile *tile, struct xe_vm *vm,
|
H A D | xe_pt.c | 150 * xe_pt_populate_empty() - Populate a page-table bo with scratch- or zero 159 void xe_pt_populate_empty(struct xe_tile *tile, struct xe_vm *vm, in xe_pt_populate_empty() function 600 xe_pt_populate_empty(xe_walk->tile, xe_walk->vm, xe_child); in xe_pt_stage_bind_entry()
|
H A D | xe_vm.c | 1616 xe_pt_populate_empty(tile, vm, vm->scratch_pt[id][i]); in xe_vm_create_scratch() 1771 xe_pt_populate_empty(tile, vm, vm->pt_root[id]); in xe_vm_create()
|