Searched refs:src_it (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 866 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local 892 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy() 894 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy() 918 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy() 928 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy() 961 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in xe_migrate_copy() 962 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 965 &src_it, src_L0, src); in xe_migrate_copy() 1105 struct xe_res_cursor src_it, ccs_it; in xe_migrate_ccs_rw_copy() local 1112 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_ccs_rw_copy() [all …]
|