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

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 811 * ttm_bo_move_ttm
828 int ttm_bo_move_ttm(struct ttm_buffer_object *bo,
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_util.c 63 int ttm_bo_move_ttm(struct ttm_buffer_object *bo, function in typeref:typename:int
102 EXPORT_SYMBOL(ttm_bo_move_ttm);
ttm_bo.c 384 ret = ttm_bo_move_ttm(bo, ctx, mem);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 312 r = ttm_bo_move_ttm(bo, &ctx, new_mem);
343 r = ttm_bo_move_ttm(bo, &ctx, &tmp_mem);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 1351 ret = ttm_bo_move_ttm(bo, &ctx, new_reg);
1380 ret = ttm_bo_move_ttm(bo, &ctx, &tmp_reg);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.c 544 r = ttm_bo_move_ttm(bo, ctx, new_mem);
582 r = ttm_bo_move_ttm(bo, ctx, &tmp_mem);
1238 * Called by ttm_tt_unbind() on behalf of ttm_bo_move_ttm() and

Completed in 19 milliseconds