Home
last modified time | relevance | path

Searched refs:ttm_pool (Results 1 – 2 of 2) sorted by relevance

/include/drm/ttm/
A Dttm_pool.h38 struct ttm_pool;
52 struct ttm_pool *pool;
71 struct ttm_pool { struct
83 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, argument
85 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt);
87 void ttm_pool_init(struct ttm_pool *pool, struct device *dev,
89 void ttm_pool_fini(struct ttm_pool *pool);
91 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
95 long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *ttm,
97 int ttm_pool_restore_and_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
A Dttm_device.h247 struct ttm_pool pool;

Completed in 4 milliseconds