Re: [PATCH 02/11] drm/ttm: add common accounting to the resource mgr v3

2022-02-14 Thread Christian König
Am 14.02.22 um 15:29 schrieb Matthew Auld: On Mon, 14 Feb 2022 at 13:23, Christian König wrote: Am 14.02.22 um 11:34 schrieb Matthew Auld: On Mon, 14 Feb 2022 at 09:34, Christian König wrote: It makes sense to have this in the common manager for debugging and accounting of how much resources

Re: [PATCH 02/11] drm/ttm: add common accounting to the resource mgr v3

2022-02-14 Thread Matthew Auld
On Mon, 14 Feb 2022 at 13:23, Christian König wrote: > > Am 14.02.22 um 11:34 schrieb Matthew Auld: > > On Mon, 14 Feb 2022 at 09:34, 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: c

Re: [PATCH 02/11] drm/ttm: add common accounting to the resource mgr v3

2022-02-14 Thread Christian König
Am 14.02.22 um 11:34 schrieb Matthew Auld: On Mon, 14 Feb 2022 at 09:34, 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 v3: drop the atomic, update counter under lock instead Sig

Re: [PATCH 02/11] drm/ttm: add common accounting to the resource mgr v3

2022-02-14 Thread Matthew Auld
On Mon, 14 Feb 2022 at 09:34, 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 > v3: drop the atomic, update counter under lock instead > > Signed-off-by: Christian König > R