diff options
author | Sagiv Ozeri <sozeri@habana.ai> | 2021-02-23 11:01:08 +0200 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2021-04-09 14:09:23 +0300 |
commit | a4371c1a1ec150bc8bb87333e0a59935c4a630e2 (patch) | |
tree | 3e95f0f0e8daa2fdc3167a4dfab6a6fa7179b39f /Documentation/ABI/testing/debugfs-driver-habanalabs | |
parent | 6a2f5d7098c868eeb9349ed02210ca1c04aa5cfb (diff) | |
download | linux-a4371c1a1ec150bc8bb87333e0a59935c4a630e2.tar.bz2 |
habanalabs: support HW blocks vm show
Improve "vm" debugfs node to print also the virtual addresses which are
currently mapped to HW blocks in the device.
Signed-off-by: Sagiv Ozeri <sozeri@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'Documentation/ABI/testing/debugfs-driver-habanalabs')
-rw-r--r-- | Documentation/ABI/testing/debugfs-driver-habanalabs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/debugfs-driver-habanalabs b/Documentation/ABI/testing/debugfs-driver-habanalabs index d447a611c41b..f9e233cbdc37 100644 --- a/Documentation/ABI/testing/debugfs-driver-habanalabs +++ b/Documentation/ABI/testing/debugfs-driver-habanalabs @@ -174,7 +174,7 @@ Date: Jan 2019 KernelVersion: 5.1 Contact: ogabbay@kernel.org Description: Displays a list with information about all the active virtual - address mappings per ASID + address mappings per ASID and all user mappings of HW blocks What: /sys/kernel/debug/habanalabs/hl<n>/stop_on_err Date: Mar 2020 |