Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_bo.c910 uint32_t cur_flags = ttm_bo_type_flags(mem_type); in ttm_bo_mt_compatible() local
915 if ((cur_flags & proposed_placement & TTM_PL_MASK_MEM) == 0) in ttm_bo_mt_compatible()
921 cur_flags |= (proposed_placement & man->available_caching); in ttm_bo_mt_compatible()
923 *masked_placement = cur_flags; in ttm_bo_mt_compatible()
944 uint32_t cur_flags = 0; in ttm_bo_mem_space() local
962 &cur_flags); in ttm_bo_mem_space()
967 cur_flags = ttm_bo_select_caching(man, bo->mem.placement, in ttm_bo_mem_space()
968 cur_flags); in ttm_bo_mem_space()
973 ttm_flag_masked(&cur_flags, placement->placement[i], in ttm_bo_mem_space()
991 mem->placement = cur_flags; in ttm_bo_mem_space()
[all …]