Lines Matching refs:new_offset
977 u32 new_offset) in intel_adjust_tile_offset() argument
983 WARN_ON(new_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()
995 return new_offset; in intel_adjust_tile_offset()
1002 u32 new_offset) in intel_adjust_linear_offset() argument
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()
1009 return new_offset; 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()
1046 return 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()