Lines Matching refs:new_offset
874 u32 new_offset) in intel_adjust_tile_offset() argument
880 WARN_ON(new_offset & (tile_size - 1)); in intel_adjust_tile_offset()
881 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
883 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
892 return new_offset; in intel_adjust_tile_offset()
899 u32 new_offset) in intel_adjust_linear_offset() argument
903 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
904 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset()
906 return new_offset; in intel_adjust_linear_offset()
914 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
919 drm_WARN_ON(&i915->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
937 old_offset, new_offset); in intel_adjust_aligned_offset()
940 old_offset, new_offset); in intel_adjust_aligned_offset()
943 return new_offset; in intel_adjust_aligned_offset()
953 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
958 old_offset, new_offset); in intel_plane_adjust_aligned_offset()