Home
last modified time | relevance | path

Searched refs:src_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
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()
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()
452 dst_is_vram, src_L0, dst_L0_ofs, in blt_copy()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_migrate.c775 u64 src_L0, dst_L0; in xe_migrate_copy() local
822 src_L0 = xe_migrate_res_sizes(m, &src_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()
842 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy()
861 xe_res_next(&src_it, src_L0); in xe_migrate_copy()
864 &src_it, src_L0, src); in xe_migrate_copy()
867 xe_res_next(&dst_it, src_L0); in xe_migrate_copy()
870 &dst_it, src_L0, dst); in xe_migrate_copy()
886 src_L0, ccs_ofs, copy_ccs); in xe_migrate_copy()
[all …]