Lines Matching refs:dst_offset
732 u64 dst_offset = node->vma[1].offset; in nvc0_bo_move_copy() local
747 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_copy()
748 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_copy()
758 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
770 u64 dst_offset = node->vma[1].offset; in nvc0_bo_move_m2mf() local
783 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
784 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
797 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
809 u64 dst_offset = node->vma[1].offset; in nva3_bo_move_copy() local
824 OUT_RING (chan, upper_32_bits(dst_offset)); in nva3_bo_move_copy()
825 OUT_RING (chan, lower_32_bits(dst_offset)); in nva3_bo_move_copy()
835 dst_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
900 u64 dst_offset = node->vma[1].offset; in nv50_bo_move_m2mf() local
945 OUT_RING (chan, upper_32_bits(dst_offset)); in nv50_bo_move_m2mf()
948 OUT_RING (chan, lower_32_bits(dst_offset)); in nv50_bo_move_m2mf()
960 dst_offset += amount; in nv50_bo_move_m2mf()
994 u32 dst_offset = new_mem->start << PAGE_SHIFT; in nv04_bo_move_m2mf() local
1017 OUT_RING (chan, dst_offset); in nv04_bo_move_m2mf()
1029 dst_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()