| H A D | xe_migrate.c | 692 u64 dst_ofs, bool dst_is_indirect, in emit_copy_ccs() 725 *cs++ = lower_32_bits(dst_ofs); in emit_copy_ccs() 726 *cs++ = upper_32_bits(dst_ofs) | mocs; in emit_copy_ccs() 748 u64 dst_ofs, unsigned int size, in emit_xy_fast_copy() 772 bb->cs[bb->len++] = lower_32_bits(dst_ofs); in emit_mem_copy() 773 bb->cs[bb->len++] = upper_32_bits(dst_ofs); in emit_mem_copy() 782 u64 dst_ofs, unsigned int size, unsigned int pitch) in emit_mem_copy() 794 IS_ALIGNED(lower_32_bits(dst_ofs), PAGE_COPY_MODE_PS)) { in emit_mem_copy() 820 bb->cs[bb->len++] = lower_32_bits(dst_ofs); in xe_migrate_batch_base() 821 bb->cs[bb->len++] = upper_32_bits(dst_ofs); 691 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 732 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 764 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 806 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 825 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 [all...] |