Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_placement.h65 #define TTM_PL_FLAG_WC (1 << 18) macro
72 TTM_PL_FLAG_WC)
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_util.c221 if (mem->placement & TTM_PL_FLAG_WC) in ttm_mem_reg_ioremap()
516 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
523 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
547 if (mem->placement & TTM_PL_FLAG_WC) in ttm_bo_ioremap()
H A Dttm_tt.c204 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching()
H A Dttm_bo.c864 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
865 result |= TTM_PL_FLAG_WC; in ttm_bo_select_caching()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.c109 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
115 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
129 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
148 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
H A 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()
499 if (mem->placement & TTM_PL_FLAG_WC) in radeon_ttm_io_mem_reserve()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_object.c156 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in amdgpu_bo_placement_from_domain()
177 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
189 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
H A Damdgpu_ttm.c205 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in amdgpu_init_mem_type()
206 man->default_caching = TTM_PL_FLAG_WC; in amdgpu_init_mem_type()