Searched refs:best_bo (Results 1 – 2 of 2) sorted by relevance
251 struct radeon_sa_bo *best_bo = NULL; in radeon_sa_bo_next_hole() local296 best_bo = sa_bo; in radeon_sa_bo_next_hole()300 if (best_bo) { in radeon_sa_bo_next_hole()301 ++tries[best_bo->fence->ring]; in radeon_sa_bo_next_hole()302 sa_manager->hole = best_bo->olist.prev; in radeon_sa_bo_next_hole()306 radeon_sa_bo_remove_locked(best_bo); in radeon_sa_bo_next_hole()
252 struct amdgpu_sa_bo *best_bo = NULL; in amdgpu_sa_bo_next_hole() local297 best_bo = sa_bo; in amdgpu_sa_bo_next_hole()301 if (best_bo) { in amdgpu_sa_bo_next_hole()302 uint32_t idx = amdgpu_ring_from_fence(best_bo->fence)->idx; in amdgpu_sa_bo_next_hole()304 sa_manager->hole = best_bo->olist.prev; in amdgpu_sa_bo_next_hole()308 amdgpu_sa_bo_remove_locked(best_bo); in amdgpu_sa_bo_next_hole()