Searched refs:ccs_it (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 869 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local 906 &ccs_it); in xe_migrate_copy() 947 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, in xe_migrate_copy() 951 xe_assert(xe, IS_ALIGNED(ccs_it.start, PAGE_SIZE)); in xe_migrate_copy() 977 emit_pte(m, bb, ccs_pt, false, false, &ccs_it, ccs_size, src); in xe_migrate_copy() 1108 struct xe_res_cursor src_it, ccs_it; in xe_migrate_ccs_rw_copy() local 1123 &ccs_it); in xe_migrate_ccs_rw_copy() 1141 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, &ccs_ofs, in xe_migrate_ccs_rw_copy() 1143 xe_assert(xe, IS_ALIGNED(ccs_it.start, PAGE_SIZE)); in xe_migrate_ccs_rw_copy() 1187 batch_size += pte_update_size(m, 0, NULL, &ccs_it, &ccs_size, &ccs_ofs, in xe_migrate_ccs_rw_copy() [all …]
|