Searched refs:src_L0 (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_migrate.c | 378 u64 src_L0, dst_L0; in blt_copy() local 402 src_L0 = xe_migrate_res_sizes(m, &src_it); in blt_copy() 405 src_L0 = min(src_L0, dst_L0); in blt_copy() 409 batch_size += pte_update_size(m, pte_flags, src, &src_it, &src_L0, in blt_copy() 430 xe_res_next(&src_it, src_L0); in blt_copy() 433 &src_it, src_L0, src); in blt_copy() 436 xe_res_next(&dst_it, src_L0); in blt_copy() 439 &dst_it, src_L0, dst); in blt_copy() 444 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in blt_copy() 449 dst_is_vram, src_L0, dst_L0_ofs, in blt_copy() [all …]
|
| /drivers/gpu/drm/xe/ |
| A D | xe_migrate.c | 775 u64 src_L0, dst_L0; in xe_migrate_copy() local 824 src_L0 = xe_migrate_res_sizes(m, &src_it); in xe_migrate_copy() 828 pass++, src_L0, dst_L0); in xe_migrate_copy() 830 src_L0 = min(src_L0, dst_L0); in xe_migrate_copy() 845 ccs_size = xe_device_ccs_bytes(xe, src_L0); in xe_migrate_copy() 864 xe_res_next(&src_it, src_L0); in xe_migrate_copy() 867 &src_it, src_L0, src); in xe_migrate_copy() 870 xe_res_next(&dst_it, src_L0); in xe_migrate_copy() 873 &dst_it, src_L0, dst); in xe_migrate_copy() 889 src_L0, ccs_ofs, copy_ccs); in xe_migrate_copy() [all …]
|
Completed in 9 milliseconds