Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_placement.h45 #define TTM_PL_FLAG_SYSTEM (1 << TTM_PL_SYSTEM) macro
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.c143 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
150 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
154 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
160 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
H A Dradeon_ttm.c184 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in radeon_evict_flags()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_object.c187 places[c].flags = TTM_PL_FLAG_SYSTEM; in amdgpu_bo_placement_from_domain()
220 places[c].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; in amdgpu_bo_placement_from_domain()
H A Damdgpu_ttm.c241 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in amdgpu_evict_flags()
/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo.c1177 bo->mem.placement = (TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED); in ttm_bo_init_reserved()
1740 evict_mem.placement = TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED; in ttm_bo_swapout()
H A Dttm_bo_util.c71 ttm_flag_masked(&old_mem->placement, TTM_PL_FLAG_SYSTEM, in ttm_bo_move_ttm()