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.c714 bool force_space, in ttm_bo_alloc_resource() argument
736 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()
740 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()
741 ret = ttm_resource_alloc(bo, place, res, force_space ? &limit_pool : NULL); in ttm_bo_alloc_resource()
791 bool force_space = false; in ttm_bo_mem_space() local
796 force_space, res); in ttm_bo_mem_space()
797 force_space = !force_space; in ttm_bo_mem_space()
798 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()
825 bool force_space; in ttm_bo_validate() local
836 force_space = false; in ttm_bo_validate()
[all …]