Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_placement.h58 #define TTM_PL_FLAG_UNCACHED (1 << 17) macro
65 TTM_PL_FLAG_UNCACHED | \
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_object.c117 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
123 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
130 rbo->placements[c++].flags = TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
137 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
149 rbo->placements[c++].flags = TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
156 TTM_PL_FLAG_UNCACHED; in radeon_ttm_placement_from_domain()
/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()
159 TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
172 TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
182 places[c].flags = TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
190 places[c].flags = TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
198 places[c].flags = TTM_PL_FLAG_UNCACHED; in amdgpu_bo_placement_from_domain()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_tt.c201 else if (placement & TTM_PL_FLAG_UNCACHED) in ttm_tt_set_placement_caching()
Dttm_bo.c882 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0) in ttm_bo_select_caching()
883 result |= TTM_PL_FLAG_UNCACHED; in ttm_bo_select_caching()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_gem_vram_helper.c151 TTM_PL_FLAG_UNCACHED | in drm_gem_vram_placement()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_bo.c421 uint32_t flags = (nvbo->force_coherent ? TTM_PL_FLAG_UNCACHED : in nouveau_bo_placement_set()