Searched refs:dst_L0_ofs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 870 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_copy() local 935 dst_L0_ofs = src_L0_ofs; in xe_migrate_copy() 940 &dst_L0_ofs, &dst_L0_pt, in xe_migrate_copy() 983 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in xe_migrate_copy() 988 dst_L0_ofs, in xe_migrate_copy() 2127 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_vram() local 2183 dst_L0_ofs = xe_migrate_vram_ofs(xe, vram_addr, false); in xe_migrate_vram() 2188 dst_L0_ofs = m->large_page_copy_ofs + sram_offset; in xe_migrate_vram() 2190 dst_L0_ofs = xe_migrate_vm_addr(pt_slot, 0) + sram_offset; in xe_migrate_vram() 2196 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, len, pitch); in xe_migrate_vram()
|