Re: [PATCH 08/11] drm/amdgpu: remove VRAM accounting v2

2022-02-14 Thread Matthew Auld
On Mon, 14 Feb 2022 at 09:34, Christian König wrote: > > This is provided by TTM now. > > Also switch man->size to bytes instead of pages and fix the double > printing of size and usage in debugfs. > > v2: fix size checking as well > > Signed-off-by: Christian König > Tested-by: Bas Nieuwenhuizen

[PATCH 08/11] drm/amdgpu: remove VRAM accounting v2

2022-02-14 Thread Christian König
This is provided by TTM now. Also switch man->size to bytes instead of pages and fix the double printing of size and usage in debugfs. v2: fix size checking as well Signed-off-by: Christian König Tested-by: Bas Nieuwenhuizen --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +- drivers/gp