Searched refs:ttm_bo_reserve_locked (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 156 ret = ttm_bo_reserve_locked(bo, true, true, true, val_seq); in ttm_eu_reserve_buffers()
|
D | ttm_bo.c | 215 int ttm_bo_reserve_locked(struct ttm_buffer_object *bo, in ttm_bo_reserve_locked() function 291 ret = ttm_bo_reserve_locked(bo, interruptible, no_wait, use_sequence, in ttm_bo_reserve() 507 ret = ttm_bo_reserve_locked(bo, false, true, false, 0); in ttm_bo_cleanup_refs_or_queue() 572 ret = ttm_bo_reserve_locked(bo, interruptible, in ttm_bo_cleanup_refs() 805 ret = ttm_bo_reserve_locked(bo, false, no_wait_reserve, false, 0); in ttm_mem_evict_first() 1816 ret = ttm_bo_reserve_locked(bo, false, true, false, 0); in ttm_bo_swapout()
|
/linux-2.6.39/include/drm/ttm/ |
D | ttm_bo_driver.h | 910 extern int ttm_bo_reserve_locked(struct ttm_buffer_object *bo,
|