Searched refs:TTM_PL_FLAG_UNCACHED (Results 1 – 7 of 7) sorted by relevance
58 #define TTM_PL_FLAG_UNCACHED (1 << 17) macro65 TTM_PL_FLAG_UNCACHED | \
117 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()123 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()130 rbo->placements[c++].flags = TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()137 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()149 rbo->placements[c++].flags = TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()156 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
140 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()159 TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()172 TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()182 places[c].flags = TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()190 places[c].flags = TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()198 places[c].flags = TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
201 else if (placement & TTM_PL_FLAG_UNCACHED) in ttm_tt_set_placement_caching()
882 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()883 result |= TTM_PL_FLAG_UNCACHED; in ttm_bo_select_caching()
151 TTM_PL_FLAG_UNCACHED | in drm_gem_vram_placement()
421 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED : in nouveau_bo_placement_set()