Searched refs:dst_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 896 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy() 898 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy() 919 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in xe_migrate_copy() 936 &dst_it, &src_L0, in xe_migrate_copy() 967 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it)) in xe_migrate_copy() 968 xe_res_next(&dst_it, src_L0); in xe_migrate_copy() 971 &dst_it, src_L0, dst); in xe_migrate_copy()
|