drm/amdkfd: Show KFD node memory partition info
authorPhilip Yang <Philip.Yang@amd.com>
Thu, 26 Jan 2023 23:11:29 +0000 (18:11 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:59:58 +0000 (09:59 -0400)
commit4c6ce75fdd628c43aea11448ed41b52119dae42b
tree80a1d7c7ade4d43a451e9ce4943e3b1882595e49
parent934deb64fdf220d2caf978d22615bcc7c9f6897e
drm/amdkfd: Show KFD node memory partition info

Show KFD node memory partition id and size, add helper function
KFD_XCP_MEMORY_SIZE to get kfd node memory size, will be used
later to support memory accounting per partition.

Signed-off-by: Philip Yang <Philip.Yang@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
drivers/gpu/drm/amd/amdkfd/kfd_device.c