Lines Matching refs:dst_offset
726 u64 dst_offset = node->vma[1].offset; in nvc0_bo_move_copy() local
741 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_copy()
742 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_copy()
752 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
764 u64 dst_offset = node->vma[1].offset; in nvc0_bo_move_m2mf() local
777 OUT_RING (chan, upper_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
778 OUT_RING (chan, lower_32_bits(dst_offset)); in nvc0_bo_move_m2mf()
791 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
803 u64 dst_offset = node->vma[1].offset; in nva3_bo_move_copy() local
818 OUT_RING (chan, upper_32_bits(dst_offset)); in nva3_bo_move_copy()
819 OUT_RING (chan, lower_32_bits(dst_offset)); in nva3_bo_move_copy()
829 dst_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
894 u64 dst_offset = node->vma[1].offset; in nv50_bo_move_m2mf() local
939 OUT_RING (chan, upper_32_bits(dst_offset)); in nv50_bo_move_m2mf()
942 OUT_RING (chan, lower_32_bits(dst_offset)); in nv50_bo_move_m2mf()
954 dst_offset += amount; in nv50_bo_move_m2mf()
988 u32 dst_offset = new_mem->start << PAGE_SHIFT; in nv04_bo_move_m2mf() local
1011 OUT_RING (chan, dst_offset); in nv04_bo_move_m2mf()
1023 dst_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()