Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/ttm/
Dttm_pool.h87 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_pool.c637 int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m) in ttm_pool_debugfs() function
669 EXPORT_SYMBOL(ttm_pool_debugfs);
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_ttm.c788 return ttm_pool_debugfs(&rdev->mman.bdev.pool, m); in radeon_ttm_page_pool_show()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c2147 return ttm_pool_debugfs(&adev->mman.bdev.pool, m); in amdgpu_ttm_page_pool_show()