Searched refs:xe_pt_create (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.h | 32 struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile,
|
| H A D | xe_pt.c | 103 struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile, in xe_pt_create() function 151 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO); 594 xe_child = xe_pt_create(xe_walk->vm, xe_walk->tile, level - 1, in xe_pt_stage_bind_entry()
|
| H A D | xe_vm.c | 1428 vm->scratch_pt[id][i] = xe_pt_create(vm, tile, i, exec); in xe_vm_create_scratch() 1583 vm->pt_root[id] = xe_pt_create(vm, tile, xe->info.vm_max_level, in xe_vm_create()
|