Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/ttm/
Dttm_placement.h74 #define TTM_PL_FLAG_WC (1 << 18) macro
81 TTM_PL_FLAG_WC)
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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()
494 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
518 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.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c618 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
619 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
647 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
648 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()