Unverified Commit d52f070f authored by nv-oviya's avatar nv-oviya Committed by GitHub
Browse files

fix: duplicate dictionary key 31 in XID_MESSAGES (#4649)


Signed-off-by: default avatarOviya Seeniraj <oseeniraj@nvidia.com>
parent 0e6bb7bf
...@@ -110,7 +110,6 @@ XID_MESSAGES: Dict[int, str] = { ...@@ -110,7 +110,6 @@ XID_MESSAGES: Dict[int, str] = {
57: "Clocks Event: Power limit exceeded", 57: "Clocks Event: Power limit exceeded",
# Common Graphics XIDs (often seen in test environments) # Common Graphics XIDs (often seen in test environments)
13: "Graphics Engine Exception", 13: "Graphics Engine Exception",
31: "GPU stopped responding", # Can be both MMU or timeout context
45: "Preemptive Cleanup, due to previous errors", 45: "Preemptive Cleanup, due to previous errors",
69: "Graphics Exception: Class Error", 69: "Graphics Exception: Class Error",
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment