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];
72 static struct ttm_pool_type global_dma32_uncached[NR_PAGE_ORDERS];
242 static struct page *ttm_pool_type_take(struct ttm_pool_type *pt) in ttm_pool_type_take()
273 static void ttm_pool_type_fini(struct ttm_pool_type *pt) in ttm_pool_type_fini()
322 struct ttm_pool_type *pt; in ttm_pool_shrink()
398 struct ttm_pool_type *pt = NULL; in ttm_pool_free_range()
456 struct ttm_pool_type *pt; in ttm_pool_alloc()
574 struct ttm_pool_type *pt; in ttm_pool_init()
601 struct ttm_pool_type *pt; in ttm_pool_fini()
[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()