Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_sa.c251 struct radeon_sa_bo *best_bo = NULL; in radeon_sa_bo_next_hole() local
296 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()