diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2021-07-26 22:27:26 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-04 22:22:58 +0300 |
commit | 1534db5549b77a10e242d0c72cdc867b33761343 (patch) | |
tree | 4a76b811b86e422a856fc3a0c329b5bb132ed34f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 54d2b1f402b6fefd50c088d7c3ce3195bad05322 (diff) | |
download | linux-1534db5549b77a10e242d0c72cdc867b33761343.tar.xz |
drm/amdgpu: add XGMI HWIP
So we can track grab the appropriate XGMI info out of the
IP discovery table.
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 61ef0d81a957..8df4be702870 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -755,6 +755,7 @@ enum amd_hw_ip_block_type { CLK_HWIP, UMC_HWIP, RSMU_HWIP, + XGMI_HWIP, MAX_HWIP }; |