Searched refs:cur_flags (Results 1 – 1 of 1) sorted by relevance
975 uint32_t cur_flags = ttm_bo_type_flags(mem_type); in ttm_bo_mt_compatible() local977 if ((cur_flags & proposed_placement & TTM_PL_MASK_MEM) == 0) in ttm_bo_mt_compatible()983 cur_flags |= (proposed_placement & man->available_caching); in ttm_bo_mt_compatible()985 *masked_placement = cur_flags; in ttm_bo_mt_compatible()1006 uint32_t cur_flags = 0; in ttm_bo_mem_space() local1023 &cur_flags); in ttm_bo_mem_space()1028 cur_flags = ttm_bo_select_caching(man, bo->mem.placement, in ttm_bo_mem_space()1029 cur_flags); in ttm_bo_mem_space()1034 ttm_flag_masked(&cur_flags, placement->placement[i], in ttm_bo_mem_space()1052 mem->placement = cur_flags; in ttm_bo_mem_space()[all …]