Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pt.c1912 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in xe_pt_update_ops_rfence_interval() local
1915 for (i = 0; i < pt_op->num_entries; i++) { in xe_pt_update_ops_rfence_interval()
1916 const struct xe_vm_pgtable_update *entry = &pt_op->entries[i]; in xe_pt_update_ops_rfence_interval()
1948 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[current_op]; in bind_op_prepare() local
1958 pt_op->vma = NULL; in bind_op_prepare()
1959 pt_op->bind = true; in bind_op_prepare()
1960 pt_op->rebind = BIT(tile->id) & vma->tile_present; in bind_op_prepare()
1966 err = xe_pt_prepare_bind(tile, vma, NULL, pt_op->entries, in bind_op_prepare()
1967 &pt_op->num_entries, invalidate_on_bind); in bind_op_prepare()
1969 xe_tile_assert(tile, pt_op->num_entries <= in bind_op_prepare()
[all …]
H A Dxe_migrate.c1645 const struct xe_vm_pgtable_update_op *pt_op, in write_pgtable() argument
1680 if (pt_op->bind) in write_pgtable()
1733 const struct xe_vm_pgtable_update_op *pt_op = in xe_migrate_update_pgtables_cpu() local
1736 for (j = 0; j < pt_op->num_entries; j++) { in xe_migrate_update_pgtables_cpu()
1738 &pt_op->entries[j]; in xe_migrate_update_pgtables_cpu()
1740 if (pt_op->bind) in xe_migrate_update_pgtables_cpu()
1779 struct xe_vm_pgtable_update_op *pt_op = &pt_update_ops->ops[i]; in __xe_migrate_update_pgtables() local
1780 struct xe_vm_pgtable_update *updates = pt_op->entries; in __xe_migrate_update_pgtables()
1782 num_updates += pt_op->num_entries; in __xe_migrate_update_pgtables()
1783 for (j = 0; j < pt_op->num_entries; ++j) { in __xe_migrate_update_pgtables()
[all …]