Skip to content

Commit

Permalink
rasdaemon: Add error decoding for MCA_CTL_SMU extended bits
Browse files Browse the repository at this point in the history
Enable error decoding support for the newly added extended
error bit descriptions from MCA_CTL_SMU.

Signed-off-by: Sathya Priya Kumar <[email protected]>
  • Loading branch information
sathyapk committed Jun 13, 2024
1 parent 91d46e8 commit 000faed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mce-amd-smca.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,12 @@ static const char * smca_smu2_mce_desc[64] = {
"Instruction Tag Cache Bank B ECC or parity error",
"System Hub Read Buffer ECC or parity error",
"PHY RAS ECC Error",
[12 ... 57] = "Reserved",
"A correctable error from a GFX Sub-IP",
"A fatal error from a GFX Sub-IP",
"Reserved",
"A poison error from a GFX Sub-IP",
"Reserved",
};

static const char * smca_smu2_ext_mce_desc[] = {
Expand Down

0 comments on commit 000faed

Please sign in to comment.