Lines Matching refs:old_offset
914 u32 old_offset, in intel_adjust_tile_offset() argument
920 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
922 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
924 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
939 u32 old_offset, in intel_adjust_linear_offset() argument
942 old_offset += *y * pitch + *x * cpp; in intel_adjust_linear_offset()
944 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
945 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset()
955 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
960 drm_WARN_ON(&i915->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
978 old_offset, new_offset); in intel_adjust_aligned_offset()
981 old_offset, new_offset); in intel_adjust_aligned_offset()
994 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
999 old_offset, new_offset); in intel_plane_adjust_aligned_offset()