Searched refs:cur_flags (Results 1 – 1 of 1) sorted by relevance
914 uint32_t cur_flags = ttm_bo_type_flags(mem_type); in ttm_bo_mt_compatible() local916 if ((cur_flags & proposed_placement & TTM_PL_MASK_MEM) == 0) in ttm_bo_mt_compatible()922 cur_flags |= (proposed_placement & man->available_caching); in ttm_bo_mt_compatible()924 *masked_placement = cur_flags; in ttm_bo_mt_compatible()945 uint32_t cur_flags = 0; in ttm_bo_mem_space() local962 &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 …]