Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pt.h31 struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile,
H A Dxe_pt.c101 struct xe_pt *xe_pt_create(struct xe_vm *vm, struct xe_tile *tile, in xe_pt_create() function
144 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO);
566 xe_child = xe_pt_create(xe_walk->vm, xe_walk->tile, level - 1); in xe_pt_stage_bind_entry()
H A Dxe_vm.c1584 vm->scratch_pt[id][i] = xe_pt_create(vm, tile, i); in xe_vm_create_scratch()
1707 vm->pt_root[id] = xe_pt_create(vm, tile, xe->info.vm_max_level); in xe_vm_create()