Lines Matching refs:old_offset
976 u32 old_offset,
982 WARN_ON(old_offset & (tile_size - 1));
984 WARN_ON(new_offset > old_offset);
986 tiles = (old_offset - new_offset) / tile_size;
1001 u32 old_offset,
1004 old_offset += *y * pitch + *x * cpp;
1006 *y = (old_offset - new_offset) / pitch;
1007 *x = ((old_offset - new_offset) - *y * pitch) / cpp;
1017 u32 old_offset, u32 new_offset)
1022 drm_WARN_ON(display->drm, new_offset > old_offset);
1040 old_offset, new_offset);
1043 old_offset, new_offset);
1056 u32 old_offset, u32 new_offset)
1061 old_offset, new_offset);