Home
last modified time | relevance | path

Searched refs:ttm_bo_wait_ctx (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/drm/ttm/
Dttm_bo_api.h262 static inline int ttm_bo_wait_ctx(struct ttm_buffer_object *bo, struct ttm_operation_ctx *ctx) in ttm_bo_wait_ctx() function
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_ttm.c149 ret = ttm_bo_wait_ctx(bo, ctx); in qxl_bo_move()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c700 ret = ttm_bo_wait_ctx(bo, ctx); in vmw_move()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c510 ret = ttm_bo_wait_ctx(bo, ctx); in i915_ttm_move()
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_ttm.c210 r = ttm_bo_wait_ctx(bo, ctx); in radeon_bo_move()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_bo.c988 ret = ttm_bo_wait_ctx(bo, ctx); in nouveau_bo_move()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c497 r = ttm_bo_wait_ctx(bo, ctx); in amdgpu_bo_move()