Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/ttm/
Dttm_pool.h89 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
/linux-6.6.21/drivers/gpu/drm/ttm/
Dttm_pool.c697 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m) in ttm_pool_debugfs() function
729 EXPORT_SYMBOL(ttm_pool_debugfs);
/linux-6.6.21/drivers/gpu/drm/radeon/
Dradeon_ttm.c784 return ttm_pool_debugfs(&rdev->mman.bdev.pool, m); in radeon_ttm_page_pool_show()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c2311 return ttm_pool_debugfs(&adev->mman.bdev.pool, m); in amdgpu_ttm_page_pool_show()