Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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()
409 mgag200_ttm_placement(bo, TTM_PL_FLAG_SYSTEM); in mgag200_bo_push_sysram()
/linux-4.4.14/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.4.14/include/drm/ttm/
Dttm_placement.h48 #define TTM_PL_FLAG_SYSTEM (1 << TTM_PL_SYSTEM) macro
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_ttm.c241 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM, in virtio_gpu_evict_flags()
391 if (!new_mem || (new_mem->placement & TTM_PL_FLAG_SYSTEM)) { in virtio_gpu_bo_move_notify()
/linux-4.4.14/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
172 .flags = TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED
Dvmwgfx_dmabuf.c290 | TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED; in vmw_bo_pin_reserved()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c155 placements[c++].flags = TTM_PL_FLAG_WC | TTM_PL_FLAG_SYSTEM | in amdgpu_ttm_placement_init()
159 placements[c++].flags = TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM; in amdgpu_ttm_placement_init()
182 TTM_PL_FLAG_SYSTEM; in amdgpu_ttm_placement_init()
Damdgpu_ttm.c181 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in amdgpu_evict_flags()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_bo.c250 if (type & TTM_PL_FLAG_SYSTEM) in set_placement_list()
251 pl[(*n)++].flags = TTM_PL_FLAG_SYSTEM | flags; in set_placement_list()
665 TTM_PL_FLAG_SYSTEM); in nouveau_bo_evict_flags()
668 nouveau_bo_placement_set(nvbo, TTM_PL_FLAG_SYSTEM, 0); in nouveau_bo_evict_flags()
Dnouveau_gem.c192 flags |= TTM_PL_FLAG_SYSTEM; in nouveau_gem_new()
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c1139 bo->mem.placement = (TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED); in ttm_bo_init()
1623 uint32_t swap_placement = (TTM_PL_FLAG_CACHED | TTM_PL_FLAG_SYSTEM); in ttm_bo_swapout()
1664 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()