Home
last modified time | relevance | path

Searched refs:pt_root (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
A Dxe_vm.c1367 if (!vm->pt_root[id]) in xe_vm_free_scratch()
1449 if (IS_ERR(vm->pt_root[id])) { in xe_vm_create()
1450 err = PTR_ERR(vm->pt_root[id]); in xe_vm_create()
1451 vm->pt_root[id] = NULL; in xe_vm_create()
1458 if (!vm->pt_root[id]) in xe_vm_create()
1475 if (!vm->pt_root[id]) in xe_vm_create()
1488 if (!vm->pt_root[id]) in xe_vm_create()
1596 if (vm->pt_root[id]) { in xe_vm_close_and_put()
1598 vm->pt_root[id] = NULL; in xe_vm_close_and_put()
1654 XE_WARN_ON(vm->pt_root[id]); in vm_destroy_work_func()
[all …]
A Dxe_vm_types.h152 struct xe_pt *pt_root[XE_MAX_TILES_PER_DEVICE]; member
A Dxe_pt.c625 struct xe_pt *pt = xe_vma_vm(vma)->pt_root[tile->id]; in xe_pt_stage_bind()
820 struct xe_pt *pt = xe_vma_vm(vma)->pt_root[tile->id]; in xe_pt_zap_ptes()
1523 struct xe_pt *pt = xe_vma_vm(vma)->pt_root[tile->id]; in xe_pt_stage_unbind()
A Dxe_migrate.c190 u32 num_entries = NUM_PT_SLOTS, num_level = vm->pt_root[id]->level; in xe_migrate_prepare_vm()
219 xe_pt_write(xe, &vm->pt_root[id]->bo->vmap, 0, entry); in xe_migrate_prepare_vm()
/linux/drivers/gpu/drm/xe/tests/
A Dxe_migrate.c240 (unsigned long)xe_bo_main_addr(m->q->vm->pt_root[id]->bo, XE_PAGE_SIZE), in xe_migrate_sanity_test()

Completed in 778 milliseconds