Lines Matching refs:new_offset
2238 u32 new_offset) in __intel_adjust_tile_offset() argument
2244 WARN_ON(new_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()
2256 return new_offset; 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()
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()
2294 return new_offset; 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()