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

  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_page_alloc.h 46 * ttm_pool_populate:
52 int ttm_pool_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_agp_backend.c 147 return ttm_pool_populate(ttm, ctx);
ttm_page_alloc.c 1055 int ttm_pool_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) function in typeref:typename:int
1094 EXPORT_SYMBOL(ttm_pool_populate);
1108 r = ttm_pool_populate(&tt->ttm, ctx);
ttm_tt.c 622 ret = ttm_pool_populate(ttm, ctx);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ttm_buffer.c 682 ret = ttm_pool_populate(ttm, ctx);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 1728 r = ttm_pool_populate(ttm, ctx);

Completed in 43 milliseconds