Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c380 u64 src_L0, dst_L0; in blt_copy() local
405 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in blt_copy()
407 src_L0 = min(src_L0, dst_L0); in blt_copy()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c774 u64 src_L0, dst_L0; in xe_migrate_copy() local
822 dst_L0 = xe_migrate_res_sizes(m, &dst_it); in xe_migrate_copy()
825 pass++, src_L0, dst_L0); in xe_migrate_copy()
827 src_L0 = min(src_L0, dst_L0); in xe_migrate_copy()