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.c715 bool force_space, in ttm_bo_alloc_resource() argument
737 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()
741 may_evict = (force_space && place->mem_type != TTM_PL_SYSTEM); in ttm_bo_alloc_resource()
742 ret = ttm_resource_alloc(bo, place, res, force_space ? &limit_pool : NULL); in ttm_bo_alloc_resource()
792 bool force_space = false; in ttm_bo_mem_space() local
797 force_space, res); in ttm_bo_mem_space()
798 force_space = !force_space; in ttm_bo_mem_space()
799 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()
826 bool force_space; in ttm_bo_validate() local
837 force_space = false; in ttm_bo_validate()
[all …]