Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/ttm/
Dttm_placement.h73 #define TTM_PL_FLAG_UNCACHED (1 << 17) macro
80 TTM_PL_FLAG_UNCACHED | \
/linux-4.1.27/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.1.27/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.c218 nvbo->force_coherent = flags & TTM_PL_FLAG_UNCACHED; in nouveau_bo_new()
297 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED : in nouveau_bo_placement_set()
617 man->available_caching = TTM_PL_FLAG_UNCACHED | in nouveau_bo_init_mem_type()
624 man->available_caching = TTM_PL_FLAG_UNCACHED; in nouveau_bo_init_mem_type()
625 man->default_caching = TTM_PL_FLAG_UNCACHED; in nouveau_bo_init_mem_type()
646 man->available_caching = TTM_PL_FLAG_UNCACHED | in nouveau_bo_init_mem_type()
Dnouveau_chan.c105 target = TTM_PL_FLAG_TT | TTM_PL_FLAG_UNCACHED; in nouveau_channel_prep()
Dnouveau_gem.c193 flags |= TTM_PL_FLAG_UNCACHED; in nouveau_gem_new()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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()