Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c379 u64 src_L0_ofs, dst_L0_ofs; in blt_copy() local
419 &dst_L0_ofs, &dst_L0_pt, 0, in blt_copy()
447 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in blt_copy()
451 src_is_vram, dst_L0_ofs, in blt_copy()
452 dst_is_vram, src_L0, dst_L0_ofs, in blt_copy()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_migrate.c773 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_copy() local
838 &dst_L0_ofs, &dst_L0_pt, 0, in xe_migrate_copy()
879 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in xe_migrate_copy()
884 dst_L0_ofs, in xe_migrate_copy()
1613 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_vram() local
1638 dst_L0_ofs = xe_migrate_vram_ofs(xe, vram_addr, false); in xe_migrate_vram()
1642 dst_L0_ofs = xe_migrate_vm_addr(pt_slot, 0); in xe_migrate_vram()
1648 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, round_update_size, in xe_migrate_vram()