Lines Matching refs:soffset
185 return list_entry(hole->next, struct radeon_sa_bo, olist)->soffset; in radeon_sa_bo_hole_eoffset()
194 unsigned soffset, eoffset, wasted; in radeon_sa_bo_try_alloc() local
196 soffset = radeon_sa_bo_hole_soffset(sa_manager); in radeon_sa_bo_try_alloc()
198 wasted = (align - (soffset % align)) % align; in radeon_sa_bo_try_alloc()
200 if ((eoffset - soffset) >= (size + wasted)) { in radeon_sa_bo_try_alloc()
201 soffset += wasted; in radeon_sa_bo_try_alloc()
204 sa_bo->soffset = soffset; in radeon_sa_bo_try_alloc()
205 sa_bo->eoffset = soffset + size; in radeon_sa_bo_try_alloc()
227 unsigned soffset, eoffset, wasted; in radeon_sa_event() local
236 soffset = radeon_sa_bo_hole_soffset(sa_manager); in radeon_sa_event()
238 wasted = (align - (soffset % align)) % align; in radeon_sa_event()
240 if ((eoffset - soffset) >= (size + wasted)) { in radeon_sa_event()
252 unsigned i, soffset, best, tmp; in radeon_sa_bo_next_hole() local
261 soffset = radeon_sa_bo_hole_soffset(sa_manager); in radeon_sa_bo_next_hole()
289 tmp = sa_bo->soffset; in radeon_sa_bo_next_hole()
290 if (tmp < soffset) { in radeon_sa_bo_next_hole()
294 tmp -= soffset; in radeon_sa_bo_next_hole()
407 uint64_t soffset = i->soffset + sa_manager->gpu_addr; in radeon_sa_bo_dump_debug_info() local
415 soffset, eoffset, eoffset - soffset); in radeon_sa_bo_dump_debug_info()