summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-driver-habanalabs
diff options
context:
space:
mode:
authorOfir Bitton <obitton@habana.ai>2023-01-10 22:43:28 +0300
committerOded Gabbay <ogabbay@kernel.org>2023-01-26 12:52:13 +0300
commitb86b73ec0499a421a42b3e9ab4232de4f4659d31 (patch)
treedae288b14ee0ad5d6fc6f5416ddfc0fc7635d2b8 /Documentation/ABI/testing/sysfs-driver-habanalabs
parente868cc591e89cf735a11fb24f38d48c7574c4d01 (diff)
downloadlinux-b86b73ec0499a421a42b3e9ab4232de4f4659d31.tar.xz
habanalabs: update device status sysfs documentation
As device status was changed recently, we must update the documentation as well. Signed-off-by: Ofir Bitton <obitton@habana.ai> Reviewed-by: Oded Gabbay <ogabbay@kernel.org> Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-driver-habanalabs')
-rw-r--r--Documentation/ABI/testing/sysfs-driver-habanalabs13
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-habanalabs b/Documentation/ABI/testing/sysfs-driver-habanalabs
index 13b5b2ec3be7..df2ca1a401b5 100644
--- a/Documentation/ABI/testing/sysfs-driver-habanalabs
+++ b/Documentation/ABI/testing/sysfs-driver-habanalabs
@@ -201,7 +201,18 @@ What: /sys/class/habanalabs/hl<n>/status
Date: Jan 2019
KernelVersion: 5.1
Contact: ogabbay@kernel.org
-Description: Status of the card: "Operational", "Malfunction", "In reset".
+Description: Status of the card:
+ "operational" - Device is available for work.
+ "in reset" - Device is going through reset, will be available
+ shortly.
+ "disabled" - Device is not usable.
+ "needs reset" - Device is not usable until a hard reset will
+ be initiated.
+ "in device creation" - Device is not available yet, as it is
+ still initializing.
+ "in reset after device release" - Device is going through
+ a compute-reset which is executed after a device release
+ (relevant for Gaudi2 only).
What: /sys/class/habanalabs/hl<n>/thermal_ver
Date: Jan 2019