Lines Matching refs:old_offset
976 u32 old_offset, in intel_adjust_tile_offset() argument
982 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
984 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
986 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
1001 u32 old_offset, in intel_adjust_linear_offset() argument
1004 old_offset += *y * pitch + *x * cpp; in intel_adjust_linear_offset()
1006 *y = (old_offset - new_offset) / pitch; in intel_adjust_linear_offset()
1007 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_linear_offset()
1017 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
1022 drm_WARN_ON(display->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
1040 old_offset, new_offset); in intel_adjust_aligned_offset()
1043 old_offset, new_offset); in intel_adjust_aligned_offset()
1056 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
1061 old_offset, new_offset); in intel_plane_adjust_aligned_offset()