Home
last modified time | relevance | path

Searched refs:TTM_PL_FLAG_WC (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/drm/ttm/
Dttm_placement.h74 #define TTM_PL_FLAG_WC (1 << 18) macro
81 TTM_PL_FLAG_WC)
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c127 TTM_PL_FLAG_WC; in cirrus_bo_init_mem_type()
128 man->default_caching = TTM_PL_FLAG_WC; 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.c127 TTM_PL_FLAG_WC; in ast_bo_init_mem_type()
128 man->default_caching = TTM_PL_FLAG_WC; 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.c127 TTM_PL_FLAG_WC; in mgag200_bo_init_mem_type()
128 man->default_caching = TTM_PL_FLAG_WC; 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/ttm/
Dttm_bo_util.c208 if (mem->placement & TTM_PL_FLAG_WC) in ttm_mem_reg_ioremap()
488 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
495 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
519 if (mem->placement & TTM_PL_FLAG_WC) in ttm_bo_ioremap()
Dttm_tt.c156 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching()
Dttm_bo.c827 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
828 result |= TTM_PL_FLAG_WC; in ttm_bo_select_caching()
/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()
144 placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_TT | in amdgpu_ttm_placement_init()
155 placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_SYSTEM | 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()
183 place.flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_TT | 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()
155 man->default_caching = TTM_PL_FLAG_WC; in amdgpu_init_mem_type()
449 if (mem->placement & TTM_PL_FLAG_WC) in amdgpu_ttm_io_mem_reserve()
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_mm.c104 TTM_PL_FLAG_WC; in bochs_bo_init_mem_type()
105 man->default_caching = TTM_PL_FLAG_WC; in bochs_bo_init_mem_type()
265 bo->placements[c++].flags = TTM_PL_FLAG_WC in bochs_ttm_placement()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_object.c110 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
116 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
130 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
149 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
Dradeon_ttm.c157 TTM_PL_FLAG_WC; in radeon_init_mem_type()
158 man->default_caching = TTM_PL_FLAG_WC; in radeon_init_mem_type()
168 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in radeon_init_mem_type()
169 man->default_caching = TTM_PL_FLAG_WC; in radeon_init_mem_type()
487 if (mem->placement & TTM_PL_FLAG_WC) in radeon_ttm_io_mem_reserve()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bo.c612 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
613 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
641 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
642 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()