HomeSort by: relevance | last modified time | path
    Searched refs:ttm_bo_wait (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_object.h 86 r = ttm_bo_wait(&bo->tbo, true, no_wait);
qxl_ttm.c 235 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
qxl_cmd.c 603 ret = ttm_bo_wait(&surf->tbo, true, !stall);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 72 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
430 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
820 ret = ttm_bo_wait(bo, false, false);
943 ret = ttm_bo_wait(bo, false, false);
973 ttm_bo_wait(bo, false, false);
ttm_bo.c 1883 int ttm_bo_wait(struct ttm_buffer_object *bo, function in typeref:typename:int
1906 EXPORT_SYMBOL(ttm_bo_wait);
1971 ret = ttm_bo_wait(bo, false, false);
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 338 * ttm_bo_wait - wait for buffer idle.
351 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cotable.c 426 ret = ttm_bo_wait(old_bo, false, false);
vmwgfx_resource.c 812 (void) ttm_bo_wait(&vbo->base, false, false);
900 (void) ttm_bo_wait(bo, false, false);
vmwgfx_ttm_buffer.c 866 (void) ttm_bo_wait(bo, false, false);
vmwgfx_bo.c 723 ret = ttm_bo_wait(bo, true, nonblock);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 1412 WARN_ON(ttm_bo_wait(bo, false, false));
1463 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
1503 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
nouveau_gem.c 677 ret = ttm_bo_wait(&nvbo->bo, false, false);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_object.c 872 r = ttm_bo_wait(&bo->tbo, true, no_wait);
radeon_ttm.c 365 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);

Completed in 23 milliseconds