Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pt.c1609 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval() local
1613 for (i = 0; i < pt_op->num_entries; i++) { in xe_pt_update_ops_rfence_interval()
1614 const struct xe_vm_pgtable_update *entry = &pt_op->entries[i]; in xe_pt_update_ops_rfence_interval()
1646 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare() local
1655 pt_op->vma = NULL; in bind_op_prepare()
1656 pt_op->bind = true; in bind_op_prepare()
1657 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare()
1663 err = xe_pt_prepare_bind(tile, vma, pt_op->entries, in bind_op_prepare()
1664 &pt_op->num_entries); in bind_op_prepare()
1666 xe_tile_assert(tile, pt_op->num_entries <= in bind_op_prepare()
[all …]
Dxe_migrate.c1193 const struct xe_vm_pgtable_update_op *pt_op, in write_pgtable() argument
1228 if (pt_op->bind) in write_pgtable()
1281 const struct xe_vm_pgtable_update_op *pt_op = in xe_migrate_update_pgtables_cpu() local
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()
1327 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[i]; in __xe_migrate_update_pgtables() local
1328 struct xe_vm_pgtable_update *updates = pt_op->entries; in __xe_migrate_update_pgtables()
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()
[all …]