Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c522 bool force_space, in ttm_bo_alloc_at_place() argument
529 may_evict = !alloc_state->in_evict && force_space && in ttm_bo_alloc_at_place()
533 force_space ? &alloc_state->limit_pool in ttm_bo_alloc_at_place()
965 bool force_space, in ttm_bo_alloc_resource() argument
986 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()
990 ret = ttm_bo_alloc_at_place(bo, place, force_space, res, in ttm_bo_alloc_resource()
1046 bool force_space = false; in ttm_bo_mem_space() local
1051 force_space, res); in ttm_bo_mem_space()
1052 force_space = !force_space; in ttm_bo_mem_space()
1053 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()
[all …]