Searched refs:ttm_bo_move_ttm (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 47 int ttm_bo_move_ttm(struct ttm_buffer_object *bo, in ttm_bo_move_ttm() function 78 EXPORT_SYMBOL(ttm_bo_move_ttm);
|
D | ttm_bo.c | 333 ret = ttm_bo_move_ttm(bo, evict, no_wait_gpu, mem); in ttm_bo_handle_move_mem()
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 964 extern int ttm_bo_move_ttm(struct ttm_buffer_object *bo,
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 350 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in radeon_move_vram_ram() 383 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in radeon_move_ram_vram()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1191 ret = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in nouveau_bo_move_flipd() 1219 ret = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in nouveau_bo_move_flips()
|