Searched refs:src_L0_ofs (Results 1 – 2 of 2) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_migrate.c | 773 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_copy() local 835 &src_L0_ofs, &src_L0_pt, 0, 0, in xe_migrate_copy() 882 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in xe_migrate_copy() 885 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, in xe_migrate_copy() 1623 u64 src_L0_ofs, dst_L0_ofs; in xe_migrate_vram() local 1651 src_L0_ofs = xe_migrate_vm_addr(pt_slot, 0) + sram_offset; in xe_migrate_vram() 1655 src_L0_ofs = xe_migrate_vram_ofs(xe, vram_addr, false); in xe_migrate_vram() 1662 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, len, pitch); in xe_migrate_vram()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_migrate.c | 376 u64 src_L0_ofs, dst_L0_ofs; in blt_copy() local 410 &src_L0_ofs, &src_L0_pt, 0, 0, in blt_copy() 444 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in blt_copy() 447 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, in blt_copy()
|
Completed in 9 milliseconds