Searched refs:ttm_bo_wait_ctx (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 374 ret = ttm_bo_wait_ctx(bo, ctx); in ttm_bo_evict() 474 ret = ttm_bo_wait_ctx(bo, ctx); in ttm_bo_evict_first() 686 lret = ttm_bo_wait_ctx(bo, walk->arg.ctx); in ttm_bo_evict_cb() 1327 int ttm_bo_wait_ctx(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx) in ttm_bo_wait_ctx() function 1347 EXPORT_SYMBOL(ttm_bo_wait_ctx); 1393 ret = ttm_bo_wait_ctx(bo, ctx); in ttm_bo_swapout_cb() 1427 ret = ttm_bo_wait_ctx(bo, ctx); in ttm_bo_swapout_cb()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | ttm_object.h | 316 return ttm_bo_wait_ctx(bo, &ctx); in ttm_bo_wait()
|
| H A D | vmwgfx_ttm_buffer.c | 529 ret = ttm_bo_wait_ctx(bo, ctx); in vmw_move()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_ttm.c | 158 ret = ttm_bo_wait_ctx(bo, ctx); in qxl_bo_move()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_ttm.c | 175 ret = ttm_bo_wait_ctx(tbo, ctx); in lsdc_bo_move()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 203 r = ttm_bo_wait_ctx(bo, ctx); in radeon_bo_move()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm.c | 483 ret = ttm_bo_wait_ctx(bo, &ctx); in i915_ttm_shrink()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 530 r = ttm_bo_wait_ctx(bo, ctx); in amdgpu_bo_move() 561 r = ttm_bo_wait_ctx(bo, ctx); in amdgpu_bo_move()
|