Searched refs:dst_it (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 377 struct xe_res_cursor src_it, dst_it; in blt_copy() local 392 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in blt_copy() 394 xe_res_first(dst, 0, size, &dst_it); in blt_copy() 406 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy() 418 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy() 439 xe_res_next(&dst_it, src_L0); in blt_copy() 442 &dst_it, src_L0, dst); in blt_copy()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 772 struct xe_res_cursor src_it, dst_it, ccs_it; in xe_migrate_copy() local 800 xe_res_first_sg(xe_bo_sg(dst_bo), 0, size, &dst_it); in xe_migrate_copy() 802 xe_res_first(dst, 0, size, &dst_it); in xe_migrate_copy() 823 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in xe_migrate_copy() 837 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in xe_migrate_copy() 866 if (dst_is_vram && xe_migrate_allow_identity(src_L0, &dst_it)) in xe_migrate_copy() 867 xe_res_next(&dst_it, src_L0); in xe_migrate_copy() 870 &dst_it, src_L0, dst); in xe_migrate_copy()
|