diff options
| author | Alex Deucher <alexander.deucher@amd.com> | 2021-07-26 15:27:26 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-04 15:22:58 -0400 |
| commit | 1534db5549b77a10e242d0c72cdc867b33761343 (patch) | |
| tree | 4a76b811b86e422a856fc3a0c329b5bb132ed34f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: fill in IP versions from IP discovery table (diff) | |
| download | linux-1534db5549b77a10e242d0c72cdc867b33761343.tar.gz linux-1534db5549b77a10e242d0c72cdc867b33761343.zip | |
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 }; |
