Home
last modified time | relevance | path

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

/linux-3.4.99/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.c216 int ttm_bo_reserve_locked(struct ttm_buffer_object *bo, in ttm_bo_reserve_locked() function
292 ret = ttm_bo_reserve_locked(bo, interruptible, no_wait, use_sequence, in ttm_bo_reserve()
511 ret = ttm_bo_reserve_locked(bo, false, true, false, 0); in ttm_bo_cleanup_refs_or_queue()
582 ret = ttm_bo_reserve_locked(bo, interruptible, in ttm_bo_cleanup_refs()
812 ret = ttm_bo_reserve_locked(bo, false, no_wait_reserve, false, 0); in ttm_mem_evict_first()
1837 ret = ttm_bo_reserve_locked(bo, false, true, false, 0); in ttm_bo_swapout()
/linux-3.4.99/include/drm/ttm/
Dttm_bo_driver.h877 extern int ttm_bo_reserve_locked(struct ttm_buffer_object *bo,