Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/ttm/
Dttm_placement.h73 #define TTM_PL_FLAG_UNCACHED (1 << 17) macro
80 TTM_PL_FLAG_UNCACHED | \
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c131 placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_ttm_placement_init()
135 placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_ttm_placement_init()
145 TTM_PL_FLAG_UNCACHED; in amdgpu_ttm_placement_init()
156 TTM_PL_FLAG_UNCACHED; in amdgpu_ttm_placement_init()
165 placements[c++].flags = TTM_PL_FLAG_UNCACHED | in amdgpu_ttm_placement_init()
170 placements[c++].flags = TTM_PL_FLAG_UNCACHED | in amdgpu_ttm_placement_init()
175 placements[c++].flags = TTM_PL_FLAG_UNCACHED | in amdgpu_ttm_placement_init()
Damdgpu_cgs.c155 place.flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_cgs_alloc_gpu_mem()
167 place.flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_cgs_alloc_gpu_mem()
184 TTM_PL_FLAG_UNCACHED; in amdgpu_cgs_alloc_gpu_mem()
Damdgpu_ttm.c154 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in amdgpu_init_mem_type()
164 man->available_caching = TTM_PL_FLAG_UNCACHED; in amdgpu_init_mem_type()
165 man->default_caching = TTM_PL_FLAG_UNCACHED; in amdgpu_init_mem_type()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_object.c111 TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
117 TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
124 rbo->placements[c++].flags = TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
131 TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
143 rbo->placements[c++].flags = TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
150 TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
Dradeon_ttm.c156 man->available_caching = TTM_PL_FLAG_UNCACHED | in radeon_init_mem_type()
168 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in radeon_init_mem_type()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv84_fence.c241 TTM_PL_FLAG_TT | TTM_PL_FLAG_UNCACHED; in nv84_fence_create()
257 TTM_PL_FLAG_TT | TTM_PL_FLAG_UNCACHED, 0, in nv84_fence_create()
Dnouveau_bo.c213 nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED; in nouveau_bo_new()
292 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED : in nouveau_bo_placement_set()
611 man->available_caching = TTM_PL_FLAG_UNCACHED | in nouveau_bo_init_mem_type()
618 man->available_caching = TTM_PL_FLAG_UNCACHED; in nouveau_bo_init_mem_type()
619 man->default_caching = TTM_PL_FLAG_UNCACHED; in nouveau_bo_init_mem_type()
640 man->available_caching = TTM_PL_FLAG_UNCACHED | in nouveau_bo_init_mem_type()
Dnouveau_chan.c107 target = TTM_PL_FLAG_TT | TTM_PL_FLAG_UNCACHED; in nouveau_channel_prep()
Dnouveau_gem.c195 flags |= TTM_PL_FLAG_UNCACHED; in nouveau_gem_new()
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c126 man->available_caching = TTM_PL_FLAG_UNCACHED | in cirrus_bo_init_mem_type()
305 bo->placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in cirrus_ttm_placement()
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_ttm.c126 man->available_caching = TTM_PL_FLAG_UNCACHED | in ast_bo_init_mem_type()
301 bo->placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in ast_ttm_placement()
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c126 man->available_caching = TTM_PL_FLAG_UNCACHED | in mgag200_bo_init_mem_type()
301 bo->placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in mgag200_ttm_placement()
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_mm.c103 man->available_caching = TTM_PL_FLAG_UNCACHED | in bochs_bo_init_mem_type()
266 | TTM_PL_FLAG_UNCACHED in bochs_ttm_placement()
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_tt.c158 else if (placement & TTM_PL_FLAG_UNCACHED) in ttm_tt_set_placement_caching()
Dttm_bo.c829 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
830 result |= TTM_PL_FLAG_UNCACHED; in ttm_bo_select_caching()