Lines Matching refs:dst_offset
758 u64 dst_offset = mem->vma[1].addr; in nvc0_bo_move_copy() local
773 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_copy()
774 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_copy()
784 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
796 u64 dst_offset = mem->vma[1].addr; in nvc0_bo_move_m2mf() local
809 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
810 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
823 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
835 u64 dst_offset = mem->vma[1].addr; in nva3_bo_move_copy() local
850 OUT_RING (chan, upper_32_bits(dst_offset)); in nva3_bo_move_copy()
851 OUT_RING (chan, lower_32_bits(dst_offset)); in nva3_bo_move_copy()
861 dst_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
926 u64 dst_offset = mem->vma[1].addr; in nv50_bo_move_m2mf() local
971 OUT_RING (chan, upper_32_bits(dst_offset)); in nv50_bo_move_m2mf()
974 OUT_RING (chan, lower_32_bits(dst_offset)); in nv50_bo_move_m2mf()
986 dst_offset += amount; in nv50_bo_move_m2mf()
1020 u32 dst_offset = new_reg->start << PAGE_SHIFT; in nv04_bo_move_m2mf() local
1043 OUT_RING (chan, dst_offset); in nv04_bo_move_m2mf()
1055 dst_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()