[PATCH 1/4] drm/ttm: add debugfs directory v2

2021-01-19 Thread Christian König
As far as I can tell the buffer_count was never used by an userspace application. The number of BOs in the system is far better suited in debugfs than sysfs and we now should be able to add other information here as well. v2: add that additionally to sysfs Signed-off-by: Christian König Acked-b

Re: [PATCH 1/4] drm/ttm: add debugfs directory v2

2020-12-22 Thread Daniel Vetter
On Fri, Dec 18, 2020 at 06:55:35PM +0100, Christian König wrote: > As far as I can tell the buffer_count was never used by an > userspace application. > > The number of BOs in the system is far better suited in > debugfs than sysfs and we now should be able to add other > information here as well.

[PATCH 1/4] drm/ttm: add debugfs directory v2

2020-12-18 Thread Christian König
As far as I can tell the buffer_count was never used by an userspace application. The number of BOs in the system is far better suited in debugfs than sysfs and we now should be able to add other information here as well. v2: add that additionally to sysfs Signed-off-by: Christian König Acked-b