Searched refs:src_L0 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_migrate.c | 381 u64 src_L0, dst_L0; in blt_copy() local 405 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy() 408 src_L0 = min(src_L0, dst_L0); in blt_copy() 412 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy() 418 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy() 433 xe_res_next(&src_it, src_L0); in blt_copy() 436 &src_it, src_L0, src); in blt_copy() 439 xe_res_next(&dst_it, src_L0); in blt_copy() 442 &dst_it, src_L0, dst); in blt_copy() 447 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in blt_copy() [all …]
|