Searched refs:src_L0 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 879 u64 src_L0, dst_L0; in __xe_migrate_copy() local 935 src_L0 = xe_migrate_res_sizes(m, &src_it); in __xe_migrate_copy() 939 pass++, src_L0, dst_L0); in __xe_migrate_copy() 941 src_L0 = min(src_L0, dst_L0); in __xe_migrate_copy() 945 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in __xe_migrate_copy() 953 &dst_it, &src_L0, in __xe_migrate_copy() 960 ccs_size = xe_device_ccs_bytes(xe, src_L0); in __xe_migrate_copy() 978 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in __xe_migrate_copy() 979 xe_res_next(&src_it, src_L0); in __xe_migrate_copy() 982 &src_it, src_L0, src); in __xe_migrate_copy() [all …]
|