Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_page_alloc.c69 struct ttm_page_pool { struct
114 struct ttm_page_pool pools[NUM_POOLS];
116 struct ttm_page_pool wc_pool;
117 struct ttm_page_pool uc_pool;
118 struct ttm_page_pool wc_pool_dma32;
119 struct ttm_page_pool uc_pool_dma32;
120 struct ttm_page_pool wc_pool_huge;
121 struct ttm_page_pool uc_pool_huge;
221 static struct ttm_page_pool *ttm_get_pool(int flags, bool huge, in ttm_get_pool()
266 static void ttm_pool_update_free_locked(struct ttm_page_pool *pool, in ttm_pool_update_free_locked()
[all …]