drm/amdgpu: Stop reporting special chip memory pools as CPU memory in fdinfo
authorTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Thu, 24 Oct 2024 09:23:40 +0000 (10:23 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Nov 2024 16:32:47 +0000 (11:32 -0500)
commitcd3037f3fce5bf1556ad1a078cf458ebe52b12e8
treeb68cf7bf6c3bb2f3e156f52f0a0b3e52290fcf7c
parentfdee0872a29fe86e8450ab00838b9c0533388733
drm/amdgpu: Stop reporting special chip memory pools as CPU memory in fdinfo

So far these specialized on chip memory pools were reported as system
memory (aka 'cpu') which is not correct and misleading. Lets remove that
and consider later making them visible as their own thing.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Suggested-by: Christian König <christian.koenig@amd.com>
Cc: Yunxiang Li <Yunxiang.Li@amd.com>
Cc: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c