OSDN Git Service

drm/amdgpu: Store additional numa node information
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 14 Feb 2023 13:03:51 +0000 (18:33 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 13:56:57 +0000 (09:56 -0400)
commit1cc823011a23fa0e3497e9f6655172b2507ce2cd
tree007a57d36934d5eeafa978d47ee6f9a8fd1eccad
parent0f2e1d620eca56c4ceebc041aabb1eda26b2cfd0
drm/amdgpu: Store additional numa node information

Use a struct to store additional numa node information including size
and base address. Add numa_info pointer to xcc object to point to the
relevant structure based on its proximity domain.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Le Ma <le.ma@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c