Searched refs:scratch_pt (Results 1 – 4 of 4) sorted by relevance
207 struct xe_pt *scratch_pt[XE_MAX_TILES_PER_DEVICE][XE_VM_MAX_LEVEL]; member
1407 vm->scratch_pt[id][i] = xe_pt_create(vm, tile, i, exec); in xe_vm_create_scratch()1408 if (IS_ERR(vm->scratch_pt[id][i])) { in xe_vm_create_scratch()1409 int err = PTR_ERR(vm->scratch_pt[id][i]); in xe_vm_create_scratch()1411 vm->scratch_pt[id][i] = NULL; in xe_vm_create_scratch()1414 xe_pt_populate_empty(tile, vm, vm->scratch_pt[id][i]); in xe_vm_create_scratch()1436 if (vm->scratch_pt[id][i]) in xe_vm_free_scratch()1437 xe_pt_destroy(vm->scratch_pt[id][i], vm->flags, NULL); in xe_vm_free_scratch()
70 return vm->pt_ops->pde_encode_bo(vm->scratch_pt[id][level - 1]->bo, in __xe_pt_empty_pte()
215 struct intel_vgpu_scratch_pt scratch_pt[GTT_TYPE_MAX]; member