Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_pool.c122 static struct ttm_pool_type global_write_combined[NR_PAGE_ORDERS];
123 static struct ttm_pool_type global_uncached[NR_PAGE_ORDERS];
126 static struct ttm_pool_type global_dma32_uncached[NR_PAGE_ORDERS];
293 static struct page *ttm_pool_type_take(struct ttm_pool_type *pt) in ttm_pool_type_take()
324 static void ttm_pool_type_fini(struct ttm_pool_type *pt) in ttm_pool_type_fini()
373 struct ttm_pool_type *pt; in ttm_pool_shrink()
458 struct ttm_pool_type *pt = NULL; in ttm_pool_unmap_and_free()
731 struct ttm_pool_type *pt; in __ttm_pool_alloc()
1079 struct ttm_pool_type *pt; in ttm_pool_init()
1118 struct ttm_pool_type *pt; in ttm_pool_fini()
[all …]
/linux-6.15/include/drm/ttm/
H A Dttm_pool.h51 struct ttm_pool_type { struct
79 struct ttm_pool_type orders[NR_PAGE_ORDERS]; argument
/linux-6.15/drivers/gpu/drm/ttm/tests/
H A 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()
H A Dttm_device_test.c159 struct ttm_pool_type pt; in ttm_device_init_pools()