Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_pt.c1655 pt_op->vma = NULL; in bind_op_prepare()
1695 pt_op->vma = vma; in bind_op_prepare()
1697 pt_op->num_entries, pt_op->rebind); in bind_op_prepare()
1699 xe_pt_cancel_bind(vma, pt_op->entries, pt_op->num_entries); in bind_op_prepare()
1729 pt_op->vma = vma; in unbind_op_prepare()
1737 pt_op->num_entries = xe_pt_stage_unbind(tile, vma, pt_op->entries); in unbind_op_prepare()
2058 xe_pt_commit(pt_op->vma, pt_op->entries, in xe_pt_update_ops_run()
2154 xe_pt_free_bind(pt_op->entries, pt_op->num_entries); in xe_pt_update_ops_fini()
2182 if (pt_op->bind) in xe_pt_update_ops_abort()
2183 xe_pt_abort_bind(pt_op->vma, pt_op->entries, in xe_pt_update_ops_abort()
[all …]
A Dxe_migrate.c1228 if (pt_op->bind) in write_pgtable()
1284 for (j = 0; j < pt_op->num_entries; j++) { in xe_migrate_update_pgtables_cpu()
1286 &pt_op->entries[j]; in xe_migrate_update_pgtables_cpu()
1288 if (pt_op->bind) in xe_migrate_update_pgtables_cpu()
1330 num_updates += pt_op->num_entries; in __xe_migrate_update_pgtables()
1331 for (j = 0; j < pt_op->num_entries; ++j) { in __xe_migrate_update_pgtables()
1394 struct xe_vm_pgtable_update_op *pt_op = in __xe_migrate_update_pgtables() local
1431 struct xe_vm_pgtable_update_op *pt_op = in __xe_migrate_update_pgtables() local
1440 pt_op, &updates[j], pt_update); in __xe_migrate_update_pgtables()
1449 struct xe_vm_pgtable_update_op *pt_op = in __xe_migrate_update_pgtables() local
[all …]

Completed in 14 milliseconds