Home
last modified time | relevance | path

Searched refs:__ttm_bo_reserve (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/drm/ttm/
Dttm_bo_driver.h623 static inline int __ttm_bo_reserve(struct ttm_buffer_object *bo, in __ttm_bo_reserve() function
699 ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_execbuf_util.c114 ret = __ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()