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.c713 bool force_space, in ttm_bo_alloc_resource() argument
735 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()
739 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()
740 ret = ttm_resource_alloc(bo, place, res, force_space ? &limit_pool : NULL); in ttm_bo_alloc_resource()
790 bool force_space = false; in ttm_bo_mem_space() local
795 force_space, res); in ttm_bo_mem_space()
796 force_space = !force_space; in ttm_bo_mem_space()
797 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()
824 bool force_space; in ttm_bo_validate() local
835 force_space = false; in ttm_bo_validate()
[all …]