Searched refs:src_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 895 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_copy() 897 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy() 921 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy() 931 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy() 964 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in xe_migrate_copy() 965 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 968 &src_it, src_L0, src); in xe_migrate_copy() 1108 struct xe_res_cursor src_it, ccs_it; in xe_migrate_ccs_rw_copy() local 1119 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in xe_migrate_ccs_rw_copy() [all …]
|