Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_bo.c709 bool force_space, in ttm_bo_alloc_resource() argument
731 if (place->flags & (force_space ? TTM_PL_FLAG_DESIRED : in ttm_bo_alloc_resource()
786 bool force_space = false; in ttm_bo_mem_space() local
791 force_space, res); in ttm_bo_mem_space()
792 force_space = !force_space; in ttm_bo_mem_space()
793 } while (ret == -ENOSPC && force_space); in ttm_bo_mem_space()
820 bool force_space; in ttm_bo_validate() local
831 force_space = false; in ttm_bo_validate()
836 force_space)) in ttm_bo_validate()
854 force_space = !force_space; in ttm_bo_validate()
[all …]