Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c381 u64 src_L0, dst_L0; in blt_copy() local
406 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy()
408 src_L0 = min(src_L0, dst_L0); in blt_copy()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_migrate.c775 u64 src_L0, dst_L0; in xe_migrate_copy() local
823 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in xe_migrate_copy()
826 pass++, src_L0, dst_L0); in xe_migrate_copy()
828 src_L0 = min(src_L0, dst_L0); in xe_migrate_copy()