Home
last modified time | relevance | path

Searched refs:pt_update (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c1707 struct xe_migrate_pt_update *pt_update) in write_pgtable() argument
1709 const struct xe_migrate_pt_update_ops *ops = pt_update->ops; in write_pgtable()
1741 ops->populate(pt_update, tile, NULL, bb->cs + bb->len, in write_pgtable()
1744 ops->clear(pt_update, tile, NULL, bb->cs + bb->len, in write_pgtable()
1770 struct xe_migrate_pt_update *pt_update) in xe_migrate_update_pgtables_cpu() argument
1775 const struct xe_migrate_pt_update_ops *ops = pt_update->ops; in xe_migrate_update_pgtables_cpu()
1776 struct xe_vm *vm = pt_update->vops->vm; in xe_migrate_update_pgtables_cpu()
1778 &pt_update->vops->pt_update_ops[pt_update->tile_id]; in xe_migrate_update_pgtables_cpu()
1786 pt_update->job = NULL; in xe_migrate_update_pgtables_cpu()
1787 err = ops->pre_commit(pt_update); in xe_migrate_update_pgtables_cpu()
[all …]
H A Dxe_pt.c1009 xe_vm_populate_pgtable(struct xe_migrate_pt_update *pt_update, struct xe_tile *tile, in xe_vm_populate_pgtable() argument
1387 static int xe_pt_pre_commit(struct xe_migrate_pt_update *pt_update) in xe_pt_pre_commit() argument
1389 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_pre_commit()
1391 struct xe_range_fence_tree *rftree = &vm->rftree[pt_update->tile_id]; in xe_pt_pre_commit()
1393 &vops->pt_update_ops[pt_update->tile_id]; in xe_pt_pre_commit()
1395 return xe_pt_vm_dependencies(pt_update->job, pt_update->ijob, in xe_pt_pre_commit()
1396 pt_update->mjob, vm, pt_update->vops, in xe_pt_pre_commit()
1426 struct xe_vm_pgtable_update_ops *pt_update) in vma_check_userptr() argument
1457 struct xe_vm_pgtable_update_ops *pt_update) in op_check_svm_userptr() argument
1468 err = vma_check_userptr(vm, op->map.vma, pt_update); in op_check_svm_userptr()
[all …]