Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.h55 void (*populate)(struct xe_migrate_pt_update *pt_update,
73 void (*clear)(struct xe_migrate_pt_update *pt_update,
85 int (*pre_commit)(struct xe_migrate_pt_update *pt_update);
164 struct xe_migrate_pt_update *pt_update);
H A Dxe_migrate.c1647 struct xe_migrate_pt_update *pt_update) in write_pgtable() argument
1649 const struct xe_migrate_pt_update_ops *ops = pt_update->ops; in write_pgtable()
1681 ops->populate(pt_update, tile, NULL, bb->cs + bb->len, in write_pgtable()
1684 ops->clear(pt_update, tile, NULL, bb->cs + bb->len, in write_pgtable()
1710 struct xe_migrate_pt_update *pt_update) in xe_migrate_update_pgtables_cpu() argument
1715 const struct xe_migrate_pt_update_ops *ops = pt_update->ops; in xe_migrate_update_pgtables_cpu()
1716 struct xe_vm *vm = pt_update->vops->vm; in xe_migrate_update_pgtables_cpu()
1718 &pt_update->vops->pt_update_ops[pt_update->tile_id]; in xe_migrate_update_pgtables_cpu()
1726 pt_update->job = NULL; in xe_migrate_update_pgtables_cpu()
1727 err = ops->pre_commit(pt_update); in xe_migrate_update_pgtables_cpu()
[all …]
H A Dxe_pt.c983 xe_vm_populate_pgtable(struct xe_migrate_pt_update *pt_update, struct xe_tile *tile, in xe_vm_populate_pgtable() argument
1361 static int xe_pt_pre_commit(struct xe_migrate_pt_update *pt_update) in xe_pt_pre_commit() argument
1363 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_pre_commit()
1365 struct xe_range_fence_tree *rftree = &vm->rftree[pt_update->tile_id]; in xe_pt_pre_commit()
1367 &vops->pt_update_ops[pt_update->tile_id]; in xe_pt_pre_commit()
1369 return xe_pt_vm_dependencies(pt_update->job, pt_update->ijob, in xe_pt_pre_commit()
1370 pt_update->mjob, vm, pt_update->vops, in xe_pt_pre_commit()
1400 struct xe_vm_pgtable_update_ops *pt_update) in vma_check_userptr() argument
1431 struct xe_vm_pgtable_update_ops *pt_update) in op_check_svm_userptr() argument
1442 err = vma_check_userptr(vm, op->map.vma, pt_update); in op_check_svm_userptr()
[all …]