Searched refs:TTM_PL_FLAG_WC (Results 1 – 9 of 9) sorted by relevance
59 #define TTM_PL_FLAG_WC (1 << 18) macro66 TTM_PL_FLAG_WC)
138 if (mem->placement & TTM_PL_FLAG_WC) in ttm_resource_ioremap()394 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()401 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()425 if (mem->placement & TTM_PL_FLAG_WC) in ttm_bo_ioremap()
199 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching()
880 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()881 result |= TTM_PL_FLAG_WC; in ttm_bo_select_caching()
116 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()122 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()136 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()155 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
392 if (mem->placement & TTM_PL_FLAG_WC) in radeon_ttm_io_mem_reserve()
140 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()158 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()171 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
150 gbo->placements[c++].flags = TTM_PL_FLAG_WC | in drm_gem_vram_placement()
362 pl[*n].flags &= ~TTM_PL_FLAG_WC; in set_placement_list()