Searched refs:ccs_it (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 876 struct xe_res_cursor src_it, dst_it, ccs_it; in __xe_migrate_copy() local 920 &ccs_it); in __xe_migrate_copy() 961 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, in __xe_migrate_copy() 965 xe_assert(xe, IS_ALIGNED(ccs_it.start, PAGE_SIZE)); in __xe_migrate_copy() 991 emit_pte(m, bb, ccs_pt, false, false, &ccs_it, ccs_size, src); in __xe_migrate_copy() 1169 struct xe_res_cursor src_it, ccs_it; in xe_migrate_ccs_rw_copy() local 1185 &ccs_it); in xe_migrate_ccs_rw_copy() 1203 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, &ccs_ofs, in xe_migrate_ccs_rw_copy() 1205 xe_assert(xe, IS_ALIGNED(ccs_it.start, PAGE_SIZE)); in xe_migrate_ccs_rw_copy() 1256 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, &ccs_ofs, in xe_migrate_ccs_rw_copy() [all …]
|