Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c877 u64 src_L0_ofs, dst_L0_ofs; in __xe_migrate_copy() local
949 dst_L0_ofs = src_L0_ofs; in __xe_migrate_copy()
954 &dst_L0_ofs, &dst_L0_pt, in __xe_migrate_copy()
997 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in __xe_migrate_copy()
1002 dst_L0_ofs, in __xe_migrate_copy()
2187 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_vram() local
2243 dst_L0_ofs = xe_migrate_vram_ofs(xe, vram_addr, false); in xe_migrate_vram()
2248 dst_L0_ofs = m->large_page_copy_ofs + sram_offset; in xe_migrate_vram()
2250 dst_L0_ofs = xe_migrate_vm_addr(pt_slot, 0) + sram_offset; in xe_migrate_vram()
2256 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, len, pitch); in xe_migrate_vram()