Searched refs:ttm_bo_wait (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | ttm_object.h | 312 static inline int ttm_bo_wait(struct ttm_buffer_object *bo, bool intr, in ttm_bo_wait() function
|
A D | vmwgfx_resource.c | 764 (void) ttm_bo_wait(&vbo->base, false, false); in vmw_resource_unbind_list() 854 (void) ttm_bo_wait(bo, false, false); in vmw_query_move_notify()
|
A D | vmwgfx_ttm_buffer.c | 585 (void) ttm_bo_wait(bo, false, false); in vmw_swap_notify()
|
A D | vmwgfx_cotable.c | 436 ret = ttm_bo_wait(old_bo, false, false); in vmw_cotable_resize()
|
A D | vmwgfx_bo.c | 568 ret = ttm_bo_wait(bo, true, nonblock); in vmw_user_bo_synccpu_grab()
|
A D | vmwgfx_kms.c | 600 (void) ttm_bo_wait(bo, false, false); in vmw_du_cursor_plane_map_cm()
|
Completed in 14 milliseconds