Searched refs:dst_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 913 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in __xe_migrate_copy() 915 xe_res_first(dst, 0, size, &dst_it); in __xe_migrate_copy() 936 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in __xe_migrate_copy() 953 &dst_it, &src_L0, in __xe_migrate_copy() 984 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it)) in __xe_migrate_copy() 985 xe_res_next(&dst_it, src_L0); in __xe_migrate_copy() 988 &dst_it, src_L0, dst); in __xe_migrate_copy()
|