Lines Matching refs:old_offset
2237 u32 old_offset, in __intel_adjust_tile_offset() argument
2243 WARN_ON(old_offset & (tile_size - 1)); in __intel_adjust_tile_offset()
2245 WARN_ON(new_offset > old_offset); in __intel_adjust_tile_offset()
2247 tiles = (old_offset - new_offset) / tile_size; in __intel_adjust_tile_offset()
2262 u32 old_offset, u32 new_offset) in _intel_adjust_tile_offset() argument
2268 WARN_ON(new_offset > old_offset); in _intel_adjust_tile_offset()
2286 old_offset, new_offset); in _intel_adjust_tile_offset()
2288 old_offset += *y * pitch + *x * cpp; in _intel_adjust_tile_offset()
2290 *y = (old_offset - new_offset) / pitch; in _intel_adjust_tile_offset()
2291 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in _intel_adjust_tile_offset()
2303 u32 old_offset, u32 new_offset) in intel_adjust_tile_offset() argument
2307 old_offset, new_offset); in intel_adjust_tile_offset()