Lines Matching refs:pt_root
1402 for (i = MAX_HUGEPTE_LEVEL; i < vm->pt_root[id]->level; i++) { in xe_vm_create_scratch()
1425 if (!vm->pt_root[id]) in xe_vm_free_scratch()
1428 for (i = MAX_HUGEPTE_LEVEL; i < vm->pt_root[id]->level; ++i) in xe_vm_free_scratch()
1506 vm->pt_root[id] = xe_pt_create(vm, tile, xe->info.vm_max_level); in xe_vm_create()
1507 if (IS_ERR(vm->pt_root[id])) { in xe_vm_create()
1508 err = PTR_ERR(vm->pt_root[id]); in xe_vm_create()
1509 vm->pt_root[id] = NULL; in xe_vm_create()
1516 if (!vm->pt_root[id]) in xe_vm_create()
1533 if (!vm->pt_root[id]) in xe_vm_create()
1536 xe_pt_populate_empty(tile, vm, vm->pt_root[id]); in xe_vm_create()
1546 if (!vm->pt_root[id]) in xe_vm_create()
1654 if (vm->pt_root[id]) { in xe_vm_close_and_put()
1655 xe_pt_destroy(vm->pt_root[id], vm->flags, NULL); in xe_vm_close_and_put()
1656 vm->pt_root[id] = NULL; in xe_vm_close_and_put()
1712 XE_WARN_ON(vm->pt_root[id]); in vm_destroy_work_func()
1747 return vm->pt_ops->pde_encode_bo(vm->pt_root[tile->id]->bo, 0, in xe_vm_pdp4_descriptor()
1839 if (vm->pt_root[id]) in xe_vm_create_ioctl()
1840 xe_drm_client_add_bo(vm->xef->client, vm->pt_root[id]->bo); in xe_vm_create_ioctl()
1844 args->reserved[0] = xe_bo_main_addr(vm->pt_root[0]->bo, XE_PAGE_SIZE); in xe_vm_create_ioctl()
2583 if (vm->pt_root[id] && !list_empty(&q->multi_gt_list)) in vm_ops_setup_tile_args()