Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/ttm/
Dttm_placement.h65 #define TTM_PL_FLAG_WC (1 << 18) macro
72 TTM_PL_FLAG_WC)
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_ttm.c124 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in vbox_bo_init_mem_type()
125 man->default_caching = TTM_PL_FLAG_WC; in vbox_bo_init_mem_type()
291 TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in vbox_ttm_placement()
/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c128 TTM_PL_FLAG_WC; in mgag200_bo_init_mem_type()
129 man->default_caching = TTM_PL_FLAG_WC; in mgag200_bo_init_mem_type()
287 bo->placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in mgag200_ttm_placement()
/Linux-v4.19/drivers/gpu/drm/ast/
Dast_ttm.c128 TTM_PL_FLAG_WC; in ast_bo_init_mem_type()
129 man->default_caching = TTM_PL_FLAG_WC; in ast_bo_init_mem_type()
286 bo->placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in ast_ttm_placement()
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c128 TTM_PL_FLAG_WC; in cirrus_bo_init_mem_type()
129 man->default_caching = TTM_PL_FLAG_WC; in cirrus_bo_init_mem_type()
291 bo->placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_VRAM; in cirrus_ttm_placement()
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_ttm.c109 TTM_PL_FLAG_WC; in hibmc_bo_init_mem_type()
110 man->default_caching = TTM_PL_FLAG_WC; in hibmc_bo_init_mem_type()
127 bo->placements[count++].flags = TTM_PL_FLAG_WC | in hibmc_ttm_placement()
/Linux-v4.19/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()
254 bo->placements[c++].flags = TTM_PL_FLAG_WC in bochs_ttm_placement()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_util.c222 if (mem->placement & TTM_PL_FLAG_WC) in ttm_mem_reg_ioremap()
534 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
541 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
565 if (mem->placement & TTM_PL_FLAG_WC) in ttm_bo_ioremap()
Dttm_tt.c197 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching()
Dttm_bo.c857 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
858 result |= TTM_PL_FLAG_WC; in ttm_bo_select_caching()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_object.c112 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
118 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
132 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
151 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()
497 if (mem->placement & TTM_PL_FLAG_WC) in radeon_ttm_io_mem_reserve()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c151 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_bo_placement_from_domain()
172 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
184 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
Damdgpu_ttm.c201 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in amdgpu_init_mem_type()
202 man->default_caching = TTM_PL_FLAG_WC; in amdgpu_init_mem_type()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.c643 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
644 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
673 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
674 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()