Re: [PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2

2022-01-27 Thread Daniel Vetter
On Wed, Jan 26, 2022 at 03:42:21PM +0100, Christian König wrote: > Am 25.01.22 um 17:37 schrieb Daniel Vetter: > > On Mon, Jan 24, 2022 at 01:25:06PM +0100, Christian König wrote: > > > It makes sense to have this in the common manager for debugging and > > > accounting of how much resources are us

Re: [PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2

2022-01-26 Thread Christian König
Am 25.01.22 um 17:37 schrieb Daniel Vetter: On Mon, Jan 24, 2022 at 01:25:06PM +0100, Christian König wrote: It makes sense to have this in the common manager for debugging and accounting of how much resources are used. v2: cleanup kerneldoc a bit Signed-off-by: Christian König Reviewed-by: H

Re: [PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2

2022-01-25 Thread Daniel Vetter
On Mon, Jan 24, 2022 at 01:25:06PM +0100, Christian König wrote: > It makes sense to have this in the common manager for debugging and > accounting of how much resources are used. > > v2: cleanup kerneldoc a bit > > Signed-off-by: Christian König > Reviewed-by: Huang Rui > --- > drivers/gpu/dr

[PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2

2022-01-24 Thread Christian König
It makes sense to have this in the common manager for debugging and accounting of how much resources are used. v2: cleanup kerneldoc a bit Signed-off-by: Christian König Reviewed-by: Huang Rui --- drivers/gpu/drm/ttm/ttm_resource.c | 8 include/drm/ttm/ttm_resource.h | 20 +++

[PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2

2021-11-24 Thread Christian König
It makes sense to have this in the common manager for debugging and accounting of how much resources are used. v2: cleanup kerneldoc a bit Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_resource.c | 8 include/drm/ttm/ttm_resource.h | 20 +++- 2 files c

Re: [PATCH 04/12] drm/ttm: add common accounting to the resource mgr

2021-08-31 Thread Daniel Vetter
On Tue, Aug 31, 2021 at 02:57:05PM +0200, Christian König wrote: > Am 31.08.21 um 14:52 schrieb Daniel Vetter: > > On Mon, Aug 30, 2021 at 10:56:59AM +0200, Christian König wrote: > > > It makes sense to have this in the common manager for debugging and > > > accounting of how much resources are us

Re: [PATCH 04/12] drm/ttm: add common accounting to the resource mgr

2021-08-31 Thread Christian König
Am 31.08.21 um 14:52 schrieb Daniel Vetter: On Mon, Aug 30, 2021 at 10:56:59AM +0200, Christian König wrote: It makes sense to have this in the common manager for debugging and accounting of how much resources are used. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_resource.c |

Re: [PATCH 04/12] drm/ttm: add common accounting to the resource mgr

2021-08-31 Thread Daniel Vetter
On Mon, Aug 30, 2021 at 10:56:59AM +0200, Christian König wrote: > It makes sense to have this in the common manager for debugging and > accounting of how much resources are used. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/ttm/ttm_resource.c | 8 > include/drm/ttm/ttm_r

[PATCH 04/12] drm/ttm: add common accounting to the resource mgr

2021-08-30 Thread Christian König
It makes sense to have this in the common manager for debugging and accounting of how much resources are used. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_resource.c | 8 include/drm/ttm/ttm_resource.h | 18 ++ 2 files changed, 26 insertions(+) diff