Searched refs:src_it (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 189 struct xe_res_cursor src_it; in xe_migrate_sanity_test() local 251 xe_res_first(pt->ttm.resource, 0, pt->size, &src_it); in xe_migrate_sanity_test() 253 xe_res_first_sg(xe_bo_sg(pt), 0, pt->size, &src_it); in xe_migrate_sanity_test() 256 &src_it, XE_PAGE_SIZE, pt->ttm.resource); in xe_migrate_sanity_test() 377 struct xe_res_cursor src_it, dst_it; in blt_copy() local 387 xe_res_first_sg(xe_bo_sg(src_bo), 0, size, &src_it); in blt_copy() 389 xe_res_first(src, 0, size, &src_it); in blt_copy() 405 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy() 412 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy() 433 xe_res_next(&src_it, src_L0); in blt_copy() [all …]
|
| /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 798 xe_res_first(src, 0, size, &src_it); in xe_migrate_copy() 822 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy() 861 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 864 &src_it, src_L0, src); in xe_migrate_copy() 1065 struct xe_res_cursor src_it; in xe_migrate_clear() local 1078 xe_res_first(src, 0, bo->size, &src_it); in xe_migrate_clear() 1093 clear_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_clear() 1098 pte_update_size(m, pte_flags, src, &src_it, in xe_migrate_clear() 1120 xe_res_next(&src_it, clear_L0); in xe_migrate_clear() [all …]
|