Home
last modified time | relevance | path

Searched refs:src_L0 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c872 u64 src_L0, dst_L0; in xe_migrate_copy() local
921 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy()
925 pass++, src_L0, dst_L0); in xe_migrate_copy()
927 src_L0 = min(src_L0, dst_L0); in xe_migrate_copy()
931 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy()
939 &dst_it, &src_L0, in xe_migrate_copy()
946 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy()
964 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in xe_migrate_copy()
965 xe_res_next(&src_it, src_L0); in xe_migrate_copy()
968 &src_it, src_L0, src); in xe_migrate_copy()
[all …]