Lines Matching refs:new_offset
2221 u32 new_offset) in intel_adjust_tile_offset() argument
2227 WARN_ON(new_offset & (tile_size - 1)); in intel_adjust_tile_offset()
2228 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
2230 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
2239 return new_offset; in intel_adjust_tile_offset()
2252 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
2257 WARN_ON(new_offset > old_offset); in intel_adjust_aligned_offset()
2275 old_offset, new_offset); in intel_adjust_aligned_offset()
2279 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset()
2280 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_aligned_offset()
2283 return new_offset; in intel_adjust_aligned_offset()
2293 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
2298 old_offset, new_offset); in intel_plane_adjust_aligned_offset()