Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_pool.c68 static struct ttm_pool_type global_write_combined[NR_PAGE_ORDERS];
69 static struct ttm_pool_type global_uncached[NR_PAGE_ORDERS];
71 static struct ttm_pool_type global_dma32_write_combined[NR_PAGE_ORDERS];
72 static struct ttm_pool_type global_dma32_uncached[NR_PAGE_ORDERS];
224 static void ttm_pool_type_give(struct ttm_pool_type *pt, struct page *p) in ttm_pool_type_give()
242 static struct page *ttm_pool_type_take(struct ttm_pool_type *pt) in ttm_pool_type_take()
258 static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, in ttm_pool_type_init()
273 static void ttm_pool_type_fini(struct ttm_pool_type *pt) in ttm_pool_type_fini()
286 static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool, in ttm_pool_select_type()
322 struct ttm_pool_type *pt; in ttm_pool_shrink()
[all …]
/openbmc/linux/include/drm/ttm/
H A Dttm_pool.h49 struct ttm_pool_type { struct
77 struct ttm_pool_type orders[NR_PAGE_ORDERS]; argument
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c243 struct ttm_pool_type *pt; in ttm_pool_alloc_order_caching_match()
271 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_caching_mismatch()
305 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_order_mismatch()
341 struct ttm_pool_type *pt; in ttm_pool_free_dma_alloc()
372 struct ttm_pool_type *pt; in ttm_pool_free_no_dma_alloc()
400 struct ttm_pool_type *pt; in ttm_pool_fini_basic()
H A Dttm_device_test.c159 struct ttm_pool_type pt; in ttm_device_init_pools()