Home
last modified time | relevance | path

Searched refs:best_bo (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_sa.c251 struct radeon_sa_bo *best_bo = NULL; in radeon_sa_bo_next_hole() local
298 best_bo = sa_bo; in radeon_sa_bo_next_hole()
302 if (best_bo) { in radeon_sa_bo_next_hole()
303 ++tries[best_bo->fence->ring]; in radeon_sa_bo_next_hole()
304 sa_manager->hole = best_bo->olist.prev; in radeon_sa_bo_next_hole()
308 radeon_sa_bo_remove_locked(best_bo); in radeon_sa_bo_next_hole()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sa.c210 struct amdgpu_sa_bo *best_bo = NULL; in amdgpu_sa_bo_next_hole() local
256 best_bo = sa_bo; in amdgpu_sa_bo_next_hole()
260 if (best_bo) { in amdgpu_sa_bo_next_hole()
261 uint32_t idx = best_bo->fence->context; in amdgpu_sa_bo_next_hole()
265 sa_manager->hole = best_bo->olist.prev; in amdgpu_sa_bo_next_hole()
269 amdgpu_sa_bo_remove_locked(best_bo); in amdgpu_sa_bo_next_hole()

Completed in 6 milliseconds