Home
last modified time | relevance | path

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

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