Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_types.h207 struct xe_pt *scratch_pt[XE_MAX_TILES_PER_DEVICE][XE_VM_MAX_LEVEL]; member
H A Dxe_vm.c1407 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()
H A Dxe_pt.c70 return vm->pt_ops->pde_encode_bo(vm->scratch_pt[id][level - 1]->bo, in __xe_pt_empty_pte()
/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.h215 struct intel_vgpu_scratch_pt scratch_pt[GTT_TYPE_MAX]; member