Lines Matching refs:old_offset
975 u32 old_offset, in intel_adjust_tile_offset() argument
981 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
983 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
985 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
1000 u32 old_offset, in intel_adjust_linear_offset() argument
1003 old_offset += *y * pitch + *x * cpp; in intel_adjust_linear_offset()
1005 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
1006 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset()
1016 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
1021 drm_WARN_ON(display->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
1039 old_offset, new_offset); in intel_adjust_aligned_offset()
1042 old_offset, new_offset); in intel_adjust_aligned_offset()
1055 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
1060 old_offset, new_offset); in intel_plane_adjust_aligned_offset()