Searched refs:pt_op (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 1807 pt_op->vma = NULL; in bind_op_prepare() 1851 pt_op->num_entries, pt_op->rebind); in bind_op_prepare() 1853 xe_pt_cancel_bind(vma, pt_op->entries, pt_op->num_entries); in bind_op_prepare() 1893 pt_op->num_entries, pt_op->rebind); in bind_range_prepare() 1895 xe_pt_cancel_bind(vma, pt_op->entries, pt_op->num_entries); in bind_range_prepare() 1919 pt_op->vma = vma; in unbind_op_prepare() 2364 xe_pt_commit(pt_op->vma, pt_op->entries, in xe_pt_update_ops_run() 2463 xe_pt_free_bind(pt_op->entries, pt_op->num_entries); in xe_pt_update_ops_fini() 2491 if (pt_op->bind) in xe_pt_update_ops_abort() 2492 xe_pt_abort_bind(pt_op->vma, pt_op->entries, in xe_pt_update_ops_abort() [all …]
|
| H A D | xe_migrate.c | 1229 if (pt_op->bind) in write_pgtable() 1285 for (j = 0; j < pt_op->num_entries; j++) { in xe_migrate_update_pgtables_cpu() 1287 &pt_op->entries[j]; in xe_migrate_update_pgtables_cpu() 1289 if (pt_op->bind) in xe_migrate_update_pgtables_cpu() 1331 num_updates += pt_op->num_entries; in __xe_migrate_update_pgtables() 1332 for (j = 0; j < pt_op->num_entries; ++j) { in __xe_migrate_update_pgtables() 1396 struct xe_vm_pgtable_update_op *pt_op = in __xe_migrate_update_pgtables() local 1433 struct xe_vm_pgtable_update_op *pt_op = in __xe_migrate_update_pgtables() local 1442 pt_op, &updates[j], pt_update); in __xe_migrate_update_pgtables() 1451 struct xe_vm_pgtable_update_op *pt_op = in __xe_migrate_update_pgtables() local [all …]
|