Lines Matching refs:old_offset
2369 u32 old_offset, in intel_adjust_tile_offset() argument
2375 WARN_ON(old_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()
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()
2427 old_offset += *y * pitch + *x * cpp; 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()
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()