Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/ttm/
H A Dttm_pool.c1185 static void ttm_pool_debugfs_orders(struct ttm_pool_type *pt, in ttm_pool_debugfs_orders() function
1209 ttm_pool_debugfs_orders(global_write_combined, m); in ttm_pool_debugfs_globals_show()
1211 ttm_pool_debugfs_orders(global_uncached, m); in ttm_pool_debugfs_globals_show()
1213 ttm_pool_debugfs_orders(global_dma32_write_combined, m); in ttm_pool_debugfs_globals_show()
1215 ttm_pool_debugfs_orders(global_dma32_uncached, m); in ttm_pool_debugfs_globals_show()
1257 ttm_pool_debugfs_orders(pool->caching[i].orders, m); in ttm_pool_debugfs()