Lines Matching refs:new_offset
2370 u32 new_offset) in intel_adjust_tile_offset() argument
2376 WARN_ON(new_offset & (tile_size - 1)); in intel_adjust_tile_offset()
2377 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
2379 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
2388 return new_offset; in intel_adjust_tile_offset()
2402 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
2407 drm_WARN_ON(&dev_priv->drm, new_offset > old_offset); in intel_adjust_aligned_offset()
2425 old_offset, new_offset); in intel_adjust_aligned_offset()
2429 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset()
2430 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_aligned_offset()
2433 return new_offset; in intel_adjust_aligned_offset()
2443 u32 old_offset, u32 new_offset) in intel_plane_adjust_aligned_offset() argument
2448 old_offset, new_offset); in intel_plane_adjust_aligned_offset()