Searched refs:pt_update (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.h | 55 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); 170 struct xe_migrate_pt_update *pt_update);
|
| H A D | xe_pt.c | 1095 xe_vm_populate_pgtable(struct xe_migrate_pt_update *pt_update, struct xe_tile *tile, in xe_vm_populate_pgtable() argument 1483 static int xe_pt_pre_commit(struct xe_migrate_pt_update *pt_update) in xe_pt_pre_commit() argument 1485 struct xe_vma_ops *vops = pt_update->vops; in xe_pt_pre_commit() 1487 struct xe_range_fence_tree *rftree = &vm->rftree[pt_update->tile_id]; in xe_pt_pre_commit() 1489 &vops->pt_update_ops[pt_update->tile_id]; in xe_pt_pre_commit() 1491 return xe_pt_vm_dependencies(pt_update->job, pt_update->ijob, in xe_pt_pre_commit() 1492 pt_update->mjob, vm, pt_update->vops, in xe_pt_pre_commit() 1554 struct xe_vm_pgtable_update_ops *pt_update) in vma_check_userptr() argument 1585 struct xe_vm_pgtable_update_ops *pt_update) in op_check_svm_userptr() argument 1596 err = vma_check_userptr(vm, op->map.vma, pt_update); in op_check_svm_userptr() [all …]
|