Searched refs:src_L0 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 380 u64 src_L0, dst_L0; in blt_copy() local 404 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy() 407 src_L0 = min(src_L0, dst_L0); in blt_copy() 411 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy() 417 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in blt_copy() 432 xe_res_next(&src_it, src_L0); in blt_copy() 435 &src_it, src_L0, src); in blt_copy() 438 xe_res_next(&dst_it, src_L0); in blt_copy() 441 &dst_it, src_L0, dst); in blt_copy() 446 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in blt_copy() [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_migrate.c | 774 u64 src_L0, dst_L0; in xe_migrate_copy() local 821 src_L0 = xe_migrate_res_sizes(m, &src_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() 831 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in xe_migrate_copy() 836 batch_size += pte_update_size(m, pte_flags, dst, &dst_it, &src_L0, in xe_migrate_copy() 841 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy() 859 if (src_is_vram && xe_migrate_allow_identity(src_L0, &src_it)) in xe_migrate_copy() 860 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 863 &src_it, src_L0, src); in xe_migrate_copy() [all …]
|