Re: [PATCH 2/4] drm/ttm: add a debugfs file for the global page pools

2021-01-19 Thread Daniel Vetter
On Tue, Jan 19, 2021 at 01:18:19PM +0100, Christian König wrote: > Instead of printing this on the per device pool. > > Signed-off-by: Christian König Reviewed-by: Daniel Vetter btw I think ttm should also set up the per-bdev debugfs stuff, feels silly having that boilerplate. Same for the per

[PATCH 2/4] drm/ttm: add a debugfs file for the global page pools

2021-01-19 Thread Christian König
Instead of printing this on the per device pool. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_pool.c | 70 -- 1 file changed, 50 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_pool.c b/drivers/gpu/drm/ttm/ttm_pool.c index 7b2f60

Re: [PATCH 2/4] drm/ttm: add a debugfs file for the global page pools

2020-12-22 Thread Daniel Vetter
On Fri, Dec 18, 2020 at 06:55:36PM +0100, Christian König wrote: > Instead of printing this on the per device pool. > > Signed-off-by: Christian König Hm shouldn't we remove this from radeon/amdgpu too and drop the EXPORT_SYMBOL for ttm_pool_debugfs? I'm kinda confused why we still have both ...

[PATCH 2/4] drm/ttm: add a debugfs file for the global page pools

2020-12-18 Thread Christian König
Instead of printing this on the per device pool. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_pool.c | 70 -- 1 file changed, 50 insertions(+), 20 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_pool.c b/drivers/gpu/drm/ttm/ttm_pool.c index 7b2f60