Searched refs:src_L0_ofs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.c | 877 u64 src_L0_ofs, dst_L0_ofs; in __xe_migrate_copy() local 946 &src_L0_ofs, &src_L0_pt, 0, 0, in __xe_migrate_copy() 949 dst_L0_ofs = src_L0_ofs; in __xe_migrate_copy() 997 emit_copy(gt, bb, src_L0_ofs, dst_L0_ofs, src_L0, XE_PAGE_SIZE); in __xe_migrate_copy() 1000 flush_flags = xe_migrate_ccs_copy(m, bb, src_L0_ofs, in __xe_migrate_copy() 1174 u64 src_L0, src_L0_ofs; in xe_migrate_ccs_rw_copy() local 1199 &src_L0_ofs, &src_L0_pt, 0, 0, in xe_migrate_ccs_rw_copy() 1252 &src_L0_ofs, &src_L0_pt, 0, 0, in xe_migrate_ccs_rw_copy() 1267 flush_flags = xe_migrate_ccs_copy(m, &xe_bb_tmp, src_L0_ofs, src_is_pltt, in xe_migrate_ccs_rw_copy() 1268 src_L0_ofs, dst_is_pltt, in xe_migrate_ccs_rw_copy() [all …]
|