Home
last modified time | relevance | path

Searched refs:ttm_bo_reserve_locked (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c156 ret = ttm_bo_reserve_locked(bo, true, true, true, val_seq); in ttm_eu_reserve_buffers()
Dttm_bo.c215 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/
Dttm_bo_driver.h910 extern int ttm_bo_reserve_locked(struct ttm_buffer_object *bo,