Lines Matching refs:new_offset
887 u32 new_offset) in intel_adjust_tile_offset() argument
893 WARN_ON(new_offset & (tile_size - 1)); in intel_adjust_tile_offset()
894 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
896 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
905 return new_offset; in intel_adjust_tile_offset()
912 u32 new_offset) in intel_adjust_linear_offset() argument
916 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
917 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset()
919 return new_offset; in intel_adjust_linear_offset()
927 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
932 drm_WARN_ON(&i915->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
950 old_offset, new_offset); in intel_adjust_aligned_offset()
953 old_offset, new_offset); in intel_adjust_aligned_offset()
956 return new_offset; in intel_adjust_aligned_offset()
966 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
971 old_offset, new_offset); in intel_plane_adjust_aligned_offset()