Searched refs:TTM_PL_FLAG_SYSTEM (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 145 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/ |
D | ast_ttm.c | 145 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/ |
D | mgag200_ttm.c | 145 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/ |
D | bochs_mm.c | 122 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/ |
D | ttm_placement.h | 48 #define TTM_PL_FLAG_SYSTEM (1 << TTM_PL_SYSTEM) macro
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_object.c | 66 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()
|
D | qxl_ttm.c | 194 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in qxl_evict_flags()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 144 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()
|
D | radeon_ttm.c | 184 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in radeon_evict_flags()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 241 .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/ |
D | vmwgfx_buffer.c | 48 .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
|
D | vmwgfx_dmabuf.c | 290 | TTM_PL_FLAG_SYSTEM | TTM_PL_FLAG_CACHED; in vmw_bo_pin_reserved()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 155 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()
|
D | amdgpu_ttm.c | 181 .flags = TTM_PL_MASK_CACHING | TTM_PL_FLAG_SYSTEM in amdgpu_evict_flags()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 250 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()
|
D | nouveau_gem.c | 192 flags |= TTM_PL_FLAG_SYSTEM; in nouveau_gem_new()
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 1139 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()
|
D | ttm_bo_util.c | 58 ttm_flag_masked(&old_mem->placement, TTM_PL_FLAG_SYSTEM, in ttm_bo_move_ttm()
|