diff options
| author | Stanley.Yang <[email protected]> | 2022-05-20 10:22:21 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-06-03 20:43:36 +0000 |
| commit | 2f6247dad2c56cfe2df3c6e00586ead5ee905b46 (patch) | |
| tree | eba9c7d786bb576df6a9452a47fe7918f856cd8b /drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | |
| parent | drm/amd: Fix spelling typo in comments (diff) | |
| download | kernel-2f6247dad2c56cfe2df3c6e00586ead5ee905b46.tar.gz kernel-2f6247dad2c56cfe2df3c6e00586ead5ee905b46.zip | |
drm/amdgpu/pm: support mca_ceumc_addr in ecctable
SMU add a new variable mca_ceumc_addr to record
umc correctable error address in EccInfo table,
driver side add EccInfo_V2_t to support this feature
Signed-off-by: Stanley.Yang <[email protected]>
Reviewed-by: Lijo Lazar <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h index b9a6fac2b8b2..28e603243b67 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h @@ -328,6 +328,7 @@ struct ecc_info_per_ch { uint16_t ce_count_hi_chip; uint64_t mca_umc_status; uint64_t mca_umc_addr; + uint64_t mca_ceumc_addr; }; struct umc_ecc_info { |
