Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_placement.h59 #define TTM_PL_FLAG_WC (1 << 18) macro
66 TTM_PL_FLAG_WC)
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_util.c138 if (mem->placement & TTM_PL_FLAG_WC) in ttm_resource_ioremap()
394 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
401 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
425 if (mem->placement & TTM_PL_FLAG_WC) in ttm_bo_ioremap()
Dttm_tt.c199 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching()
Dttm_bo.c880 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
881 result |= TTM_PL_FLAG_WC; in ttm_bo_select_caching()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_object.c116 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
122 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
136 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
155 rbo->placements[c++].flags = TTM_PL_FLAG_WC | in radeon_ttm_placement_from_domain()
Dradeon_ttm.c392 if (mem->placement & TTM_PL_FLAG_WC) in radeon_ttm_io_mem_reserve()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c140 places[c].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
158 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
171 places[c].flags |= TTM_PL_FLAG_WC | in amdgpu_bo_placement_from_domain()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_gem_vram_helper.c150 gbo->placements[c++].flags = TTM_PL_FLAG_WC | in drm_gem_vram_placement()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.c362 pl[*n].flags &= ~TTM_PL_FLAG_WC; in set_placement_list()