| H A D | xe_migrate.c | 691 u64 src_ofs, bool src_is_indirect, in emit_copy_ccs() 721 *cs++ = lower_32_bits(src_ofs); in emit_xy_fast_copy() 722 *cs++ = upper_32_bits(src_ofs) | mocs; in emit_xy_fast_copy() 730 static void emit_xy_fast_copy(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_xy_fast_copy() 757 bb->cs[bb->len++] = lower_32_bits(src_ofs); in emit_mem_copy() 758 bb->cs[bb->len++] = upper_32_bits(src_ofs); in emit_mem_copy() 762 static void emit_mem_copy(struct xe_gt *gt, struct xe_bb *bb, u64 src_ofs, in emit_mem_copy() 773 IS_ALIGNED(lower_32_bits(src_ofs), PAGE_COPY_MODE_PS) && in emit_mem_copy() 796 bb->cs[bb->len++] = lower_32_bits(src_ofs); 797 bb->cs[bb->len++] = upper_32_bits(src_ofs); in xe_migrate_ccs_copy() 667 emit_copy_ccs(struct xe_gt * gt,struct xe_bb * bb,u64 dst_ofs,bool dst_is_indirect,u64 src_ofs,bool src_is_indirect,u32 size) emit_copy_ccs() argument 706 emit_xy_fast_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u64 dst_ofs,unsigned int size,unsigned int pitch) emit_xy_fast_copy() argument 738 emit_mem_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u64 dst_ofs,unsigned int size,unsigned int pitch) emit_mem_copy() argument 781 emit_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u64 dst_ofs,unsigned int size,unsigned int pitch) emit_copy() argument 799 xe_migrate_ccs_copy(struct xe_migrate * m,struct xe_bb * bb,u64 src_ofs,bool src_is_indirect,u64 dst_ofs,bool dst_is_indirect,u32 dst_size,u64 ccs_ofs,bool copy_ccs) xe_migrate_ccs_copy() argument 1389 emit_clear_link_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u32 size,u32 pitch) emit_clear_link_copy() argument 1413 emit_clear_main_copy(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u32 size,u32 pitch,bool is_vram) emit_clear_main_copy() argument 1475 emit_clear(struct xe_gt * gt,struct xe_bb * bb,u64 src_ofs,u32 size,u32 pitch,bool is_vram) emit_clear() argument [all...] |