diff options
author | Tal Risin <trisin@habana.ai> | 2024-02-26 10:56:35 +0100 |
---|---|---|
committer | Ofir Bitton <obitton@habana.ai> | 2024-06-23 08:46:07 +0200 |
commit | 26250af92fb8bae06d9d7c0e7275e018232b47fd (patch) | |
tree | 4a5a8a4d5cc81140204ae5031781d10f2906db28 /Documentation/ABI | |
parent | accel/habanalabs: use parent device for trace events (diff) | |
download | linux-26250af92fb8bae06d9d7c0e7275e018232b47fd.tar.xz linux-26250af92fb8bae06d9d7c0e7275e018232b47fd.zip |
accel/habanalabs: expose server type in debugfs
Exposing server type through debugfs to enable easier access via
scripts.
Signed-off-by: Tal Risin <trisin@habana.ai>
Reviewed-by: Ofir Bitton <obitton@habana.ai>
Signed-off-by: Ofir Bitton <obitton@habana.ai>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/debugfs-driver-habanalabs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/debugfs-driver-habanalabs b/Documentation/ABI/testing/debugfs-driver-habanalabs index a7a432dc4015..efbb78bedb8b 100644 --- a/Documentation/ABI/testing/debugfs-driver-habanalabs +++ b/Documentation/ABI/testing/debugfs-driver-habanalabs @@ -253,6 +253,12 @@ Description: Triggers dump of monitor data. The value to trigger the operatio When the write is finished, the user can read the "monitor_dump" blob +What: /sys/kernel/debug/accel/<parent_device>/server_type +Date: Feb 2024 +KernelVersion: 6.11 +Contact: trisin@habana.ai +Description: Exposes the device's server type, maps to enum hl_server_type. + What: /sys/kernel/debug/accel/<parent_device>/set_power_state Date: Jan 2019 KernelVersion: 5.1 |