Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/ttm/ !
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];
225 static void ttm_pool_type_give(struct ttm_pool_type *pt, struct page *p) in ttm_pool_type_give()
243 static struct page *ttm_pool_type_take(struct ttm_pool_type *pt) in ttm_pool_type_take()
259 static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, in ttm_pool_type_init()
274 static void ttm_pool_type_fini(struct ttm_pool_type *pt) in ttm_pool_type_fini()
287 static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool, in ttm_pool_select_type()
323 struct ttm_pool_type *pt; in ttm_pool_shrink()
[all …]
/linux-6.12.1/include/drm/ttm/ !
Dttm_pool.h50 struct ttm_pool_type { struct
78 struct ttm_pool_type orders[NR_PAGE_ORDERS]; argument
/linux-6.12.1/drivers/gpu/drm/ttm/tests/ !
Dttm_pool_test.c242 struct ttm_pool_type *pt; in ttm_pool_alloc_order_caching_match()
270 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_caching_mismatch()
304 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_order_mismatch()
340 struct ttm_pool_type *pt; in ttm_pool_free_dma_alloc()
371 struct ttm_pool_type *pt; in ttm_pool_free_no_dma_alloc()
399 struct ttm_pool_type *pt; in ttm_pool_fini_basic()
Dttm_device_test.c159 struct ttm_pool_type pt; in ttm_device_init_pools()