Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c145 cirrus_ttm_placement(cirrusbo, TTM_PL_FLAG_SYSTEM); in cirrus_bo_evict_flags()
306 if (domain & TTM_PL_FLAG_SYSTEM) in cirrus_ttm_placement()
307 bo->placements[c++].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; in cirrus_ttm_placement()
309 bo->placements[c++].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; in cirrus_ttm_placement()
338 cirrus_ttm_placement(cirrusbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); in cirrus_bo_create()
396 cirrus_ttm_placement(bo, TTM_PL_FLAG_SYSTEM); in cirrus_bo_push_sysram()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c145 mgag200_ttm_placement(mgabo, TTM_PL_FLAG_SYSTEM); in mgag200_bo_evict_flags()
302 if (domain & TTM_PL_FLAG_SYSTEM) in mgag200_ttm_placement()
303 bo->placements[c++].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; in mgag200_ttm_placement()
305 bo->placements[c++].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; in mgag200_ttm_placement()
334 mgag200_ttm_placement(mgabo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); in mgag200_bo_create()
413 mgag200_ttm_placement(bo, TTM_PL_FLAG_SYSTEM); in mgag200_bo_push_sysram()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_ttm.c145 ast_ttm_placement(astbo, TTM_PL_FLAG_SYSTEM); in ast_bo_evict_flags()
302 if (domain & TTM_PL_FLAG_SYSTEM) in ast_ttm_placement()
303 bo->placements[c++].flags = TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM; in ast_ttm_placement()
305 bo->placements[c++].flags = TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM; in ast_ttm_placement()
334 ast_ttm_placement(astbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); in ast_bo_create()
412 ast_ttm_placement(bo, TTM_PL_FLAG_SYSTEM); in ast_bo_push_sysram()
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_mm.c122 bochs_ttm_placement(bochsbo, TTM_PL_FLAG_SYSTEM); in bochs_bo_evict_flags()
269 if (domain & TTM_PL_FLAG_SYSTEM) { in bochs_ttm_placement()
271 | TTM_PL_FLAG_SYSTEM; in bochs_ttm_placement()
275 | TTM_PL_FLAG_SYSTEM; in bochs_ttm_placement()
372 bochs_ttm_placement(bochsbo, TTM_PL_FLAG_VRAM | TTM_PL_FLAG_SYSTEM); in bochs_bo_create()
/linux-4.1.27/include/drm/ttm/
Dttm_placement.h48 #define TTM_PL_FLAG_SYSTEM (1 << TTM_PL_SYSTEM) macro
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_object.c144 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
151 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
155 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
161 TTM_PL_FLAG_SYSTEM; in radeon_ttm_placement_from_domain()
Dradeon_ttm.c184 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in radeon_evict_flags()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_object.c66 qbo->placements[c++].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM | pflag; in qxl_ttm_placement_from_domain()
68 qbo->placements[c++].flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM; in qxl_ttm_placement_from_domain()
Dqxl_ttm.c194 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in qxl_evict_flags()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_buffer.c48 .flags = TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED
54 .flags = TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED | TTM_PL_FLAG_NO_EVICT
166 .flags = TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED
Dvmwgfx_dmabuf.c312 | TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED; in vmw_bo_pin()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bo.c255 if (type & TTM_PL_FLAG_SYSTEM) in set_placement_list()
256 pl[(*n)++].flags = TTM_PL_FLAG_SYSTEM | flags; in set_placement_list()
671 TTM_PL_FLAG_SYSTEM); in nouveau_bo_evict_flags()
674 nouveau_bo_placement_set(nvbo, TTM_PL_FLAG_SYSTEM, 0); in nouveau_bo_evict_flags()
Dnouveau_gem.c190 flags |= TTM_PL_FLAG_SYSTEM; in nouveau_gem_new()
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_bo.c1135 bo->mem.placement = (TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED); in ttm_bo_init()
1619 uint32_t swap_placement = (TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM); in ttm_bo_swapout()
1660 evict_mem.placement = TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED; in ttm_bo_swapout()
Dttm_bo_util.c58 ttm_flag_masked(&old_mem->placement, TTM_PL_FLAG_SYSTEM, in ttm_bo_move_ttm()