summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/RAS/error-decoding.rst
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-04-08 18:35:51 +0300
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-04-08 18:38:16 +0300
commit3e5a516f3bf1a33f2bf219f570e9b5c031616f6a (patch)
tree5a08ceb71fcfd86272250ef3b45f6ed839d83683 /Documentation/admin-guide/RAS/error-decoding.rst
parent9dc23cba0927d09cb481da064c8413eb9df42e2b (diff)
parent6078b8ce070cad3f9a8ecfce65d0f6d595494f02 (diff)
downloadlinux-3e5a516f3bf1a33f2bf219f570e9b5c031616f6a.tar.xz
Merge tag 'phy_dp_modes_6.10' into msm-next-lumag
Merge DisplayPort subnode API in order to allow DisplayPort driver to configure the PHYs either to the DP or eDP mode, depending on hardware configuration. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Diffstat (limited to 'Documentation/admin-guide/RAS/error-decoding.rst')
-rw-r--r--Documentation/admin-guide/RAS/error-decoding.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/admin-guide/RAS/error-decoding.rst b/Documentation/admin-guide/RAS/error-decoding.rst
new file mode 100644
index 000000000000..26a72f3fe5de
--- /dev/null
+++ b/Documentation/admin-guide/RAS/error-decoding.rst
@@ -0,0 +1,21 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+Error decoding
+==============
+
+x86
+---
+
+Error decoding on AMD systems should be done using the rasdaemon tool:
+https://github.com/mchehab/rasdaemon/
+
+While the daemon is running, it would automatically log and decode
+errors. If not, one can still decode such errors by supplying the
+hardware information from the error::
+
+ $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca
+
+Also, the user can pass particular family and model to decode the error
+string::
+
+ $ rasdaemon -p --status <STATUS> --ipid <IPID> --smca --family <CPU Family> --model <CPU Model> --bank <BANK_NUM>