~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/debugfs-driver-habanalabs

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/debugfs-driver-habanalabs (Version linux-6.12-rc7) and /Documentation/ABI/testing/debugfs-driver-habanalabs (Version linux-5.6.19)


  1 What:           /sys/kernel/debug/accel/<paren !!   1 What:           /sys/kernel/debug/habanalabs/hl<n>/addr
  2 Date:           Jan 2019                            2 Date:           Jan 2019
  3 KernelVersion:  5.1                                 3 KernelVersion:  5.1
  4 Contact:        ogabbay@kernel.org             !!   4 Contact:        oded.gabbay@gmail.com
  5 Description:    Sets the device address to be       5 Description:    Sets the device address to be used for read or write through
  6                 PCI bar, or the device VA of a      6                 PCI bar, or the device VA of a host mapped memory to be read or
  7                 written directly from the host      7                 written directly from the host. The latter option is allowed
  8                 only when the IOMMU is disable      8                 only when the IOMMU is disabled.
  9                 The acceptable value is a stri      9                 The acceptable value is a string that starts with "0x"
 10                                                    10 
 11 What:           /sys/kernel/debug/accel/<paren !!  11 What:           /sys/kernel/debug/habanalabs/hl<n>/command_buffers
 12 Date:           May 2020                       << 
 13 KernelVersion:  5.8                            << 
 14 Contact:        ogabbay@kernel.org             << 
 15 Description:    This setting is now deprecated << 
 16                                                << 
 17 What:           /sys/kernel/debug/accel/<paren << 
 18 Date:           Jan 2019                           12 Date:           Jan 2019
 19 KernelVersion:  5.1                                13 KernelVersion:  5.1
 20 Contact:        ogabbay@kernel.org             !!  14 Contact:        oded.gabbay@gmail.com
 21 Description:    Displays a list with informati     15 Description:    Displays a list with information about the currently allocated
 22                 command buffers                    16                 command buffers
 23                                                    17 
 24 What:           /sys/kernel/debug/accel/<paren !!  18 What:           /sys/kernel/debug/habanalabs/hl<n>/command_submission
 25 Date:           Jan 2019                           19 Date:           Jan 2019
 26 KernelVersion:  5.1                                20 KernelVersion:  5.1
 27 Contact:        ogabbay@kernel.org             !!  21 Contact:        oded.gabbay@gmail.com
 28 Description:    Displays a list with informati     22 Description:    Displays a list with information about the currently active
 29                 command submissions                23                 command submissions
 30                                                    24 
 31 What:           /sys/kernel/debug/accel/<paren !!  25 What:           /sys/kernel/debug/habanalabs/hl<n>/command_submission_jobs
 32 Date:           Jan 2019                           26 Date:           Jan 2019
 33 KernelVersion:  5.1                                27 KernelVersion:  5.1
 34 Contact:        ogabbay@kernel.org             !!  28 Contact:        oded.gabbay@gmail.com
 35 Description:    Displays a list with detailed      29 Description:    Displays a list with detailed information about each JOB (CB) of
 36                 each active command submission     30                 each active command submission
 37                                                    31 
 38 What:           /sys/kernel/debug/accel/<paren !!  32 What:           /sys/kernel/debug/habanalabs/hl<n>/data32
 39 Date:           Jan 2019                           33 Date:           Jan 2019
 40 KernelVersion:  5.1                                34 KernelVersion:  5.1
 41 Contact:        ogabbay@kernel.org             !!  35 Contact:        oded.gabbay@gmail.com
 42 Description:    Allows the root user to read o     36 Description:    Allows the root user to read or write directly through the
 43                 device's PCI bar. Writing to t     37                 device's PCI bar. Writing to this file generates a write
 44                 transaction while reading from     38                 transaction while reading from the file generates a read
 45                 transaction. This custom inter     39                 transaction. This custom interface is needed (instead of using
 46                 the generic Linux user-space P     40                 the generic Linux user-space PCI mapping) because the DDR bar
 47                 is very small compared to the      41                 is very small compared to the DDR memory and only the driver can
 48                 move the bar before and after      42                 move the bar before and after the transaction.
 49                                                << 
 50                 If the IOMMU is disabled, it a << 
 51                 or write from the host a devic << 
 52                                                << 
 53 What:           /sys/kernel/debug/accel/<paren << 
 54 Date:           Jan 2020                       << 
 55 KernelVersion:  5.6                            << 
 56 Contact:        ogabbay@kernel.org             << 
 57 Description:    Allows the root user to read o << 
 58                 through the device's PCI bar.  << 
 59                 write transaction while readin << 
 60                 transaction. This custom inter << 
 61                 the generic Linux user-space P << 
 62                 is very small compared to the  << 
 63                 move the bar before and after  << 
 64                                                << 
 65                 If the IOMMU is disabled, it a     43                 If the IOMMU is disabled, it also allows the root user to read
 66                 or write from the host a devic     44                 or write from the host a device VA of a host mapped memory
 67                                                    45 
 68 What:           /sys/kernel/debug/accel/<paren !!  46 What:           /sys/kernel/debug/habanalabs/hl<n>/device
 69 Date:           Apr 2021                       << 
 70 KernelVersion:  5.13                           << 
 71 Contact:        ogabbay@kernel.org             << 
 72 Description:    Allows the root user to read f << 
 73                 memory (DRAM/SRAM) through a D << 
 74                 This property is a binary blob << 
 75                 DMA transfer.                  << 
 76                 This custom interface is neede << 
 77                 Linux user-space PCI mapping)  << 
 78                 memory is huge (>32GB) and rea << 
 79                 a very long time.              << 
 80                 This interface doesn't support << 
 81                 In GAUDI and GOYA, this action << 
 82                 in case it is done while the d << 
 83                 workloads.                     << 
 84                 Only supported on GAUDI at thi << 
 85                                                << 
 86 What:           /sys/kernel/debug/accel/<paren << 
 87 Date:           Jan 2019                           47 Date:           Jan 2019
 88 KernelVersion:  5.1                                48 KernelVersion:  5.1
 89 Contact:        ogabbay@kernel.org             !!  49 Contact:        oded.gabbay@gmail.com
 90 Description:    Enables the root user to set t     50 Description:    Enables the root user to set the device to specific state.
 91                 Valid values are "disable", "e     51                 Valid values are "disable", "enable", "suspend", "resume".
 92                 User can read this property to     52                 User can read this property to see the valid values
 93                                                    53 
 94 What:           /sys/kernel/debug/accel/<paren !!  54 What:           /sys/kernel/debug/habanalabs/hl<n>/engines
 95 Date:           Oct 2022                       << 
 96 KernelVersion:  6.2                            << 
 97 Contact:        ttayar@habana.ai               << 
 98 Description:    The watchdog timeout value in  << 
 99                 certain error cases, after whi << 
100                                                << 
101 What:           /sys/kernel/debug/accel/<paren << 
102 Date:           Apr 2021                       << 
103 KernelVersion:  5.13                           << 
104 Contact:        ogabbay@kernel.org             << 
105 Description:    Specify the size of the DMA tr << 
106                 from the device's internal mem << 
107                 than 128MB. Writing to this va << 
108                 When the write is finished, th << 
109                 blob                           << 
110                                                << 
111 What:           /sys/kernel/debug/accel/<paren << 
112 Date:           Aug 2022                       << 
113 KernelVersion:  5.20                           << 
114 Contact:        fkassabri@habana.ai            << 
115 Description:    Dumps all razwi events to dmes << 
116                 After reading the status regis << 
117                 the routine will clear the sta << 
118                 Usage: cat dump_razwi_events   << 
119                                                << 
120 What:           /sys/kernel/debug/accel/<paren << 
121 Date:           Jan 2021                       << 
122 KernelVersion:  5.12                           << 
123 Contact:        ogabbay@kernel.org             << 
124 Description:    Dumps all security violations  << 
125                 all security violations meanin << 
126                 dumped next time user calls th << 
127                                                << 
128 What:           /sys/kernel/debug/accel/<paren << 
129 Date:           Jul 2019                           55 Date:           Jul 2019
130 KernelVersion:  5.3                                56 KernelVersion:  5.3
131 Contact:        ogabbay@kernel.org             !!  57 Contact:        oded.gabbay@gmail.com
132 Description:    Displays the status registers      58 Description:    Displays the status registers values of the device engines and
133                 their derived idle status          59                 their derived idle status
134                                                    60 
135 What:           /sys/kernel/debug/accel/<paren !!  61 What:           /sys/kernel/debug/habanalabs/hl<n>/i2c_addr
136 Date:           Jan 2019                           62 Date:           Jan 2019
137 KernelVersion:  5.1                                63 KernelVersion:  5.1
138 Contact:        ogabbay@kernel.org             !!  64 Contact:        oded.gabbay@gmail.com
139 Description:    Sets I2C device address for I2     65 Description:    Sets I2C device address for I2C transaction that is generated
140                 by the device's CPU, Not avail !!  66                 by the device's CPU
141                 firmware                       << 
142                                                    67 
143 What:           /sys/kernel/debug/accel/<paren !!  68 What:           /sys/kernel/debug/habanalabs/hl<n>/i2c_bus
144 Date:           Jan 2019                           69 Date:           Jan 2019
145 KernelVersion:  5.1                                70 KernelVersion:  5.1
146 Contact:        ogabbay@kernel.org             !!  71 Contact:        oded.gabbay@gmail.com
147 Description:    Sets I2C bus address for I2C t     72 Description:    Sets I2C bus address for I2C transaction that is generated by
148                 the device's CPU, Not availabl !!  73                 the device's CPU
149                 firmware                       << 
150                                                    74 
151 What:           /sys/kernel/debug/accel/<paren !!  75 What:           /sys/kernel/debug/habanalabs/hl<n>/i2c_data
152 Date:           Jan 2019                           76 Date:           Jan 2019
153 KernelVersion:  5.1                                77 KernelVersion:  5.1
154 Contact:        ogabbay@kernel.org             !!  78 Contact:        oded.gabbay@gmail.com
155 Description:    Triggers an I2C transaction th     79 Description:    Triggers an I2C transaction that is generated by the device's
156                 CPU. Writing to this file gene     80                 CPU. Writing to this file generates a write transaction while
157                 reading from the file generate !!  81                 reading from the file generates a read transcation
158                 when device is loaded with sec << 
159                                                    82 
160 What:           /sys/kernel/debug/accel/<paren !!  83 What:           /sys/kernel/debug/habanalabs/hl<n>/i2c_reg
161 Date:           Dec 2021                       << 
162 KernelVersion:  5.17                           << 
163 Contact:        obitton@habana.ai              << 
164 Description:    Sets I2C length in bytes for I << 
165                 the device's CPU, Not availabl << 
166                 firmware                       << 
167                                                << 
168 What:           /sys/kernel/debug/accel/<paren << 
169 Date:           Jan 2019                           84 Date:           Jan 2019
170 KernelVersion:  5.1                                85 KernelVersion:  5.1
171 Contact:        ogabbay@kernel.org             !!  86 Contact:        oded.gabbay@gmail.com
172 Description:    Sets I2C register id for I2C t     87 Description:    Sets I2C register id for I2C transaction that is generated by
173                 the device's CPU, Not availabl !!  88                 the device's CPU
174                 firmware                       << 
175                                                    89 
176 What:           /sys/kernel/debug/accel/<paren !!  90 What:           /sys/kernel/debug/habanalabs/hl<n>/led0
177 Date:           Jan 2019                           91 Date:           Jan 2019
178 KernelVersion:  5.1                                92 KernelVersion:  5.1
179 Contact:        ogabbay@kernel.org             !!  93 Contact:        oded.gabbay@gmail.com
180 Description:    Sets the state of the first S/ !!  94 Description:    Sets the state of the first S/W led on the device
181                 when device is loaded with sec << 
182                                                    95 
183 What:           /sys/kernel/debug/accel/<paren !!  96 What:           /sys/kernel/debug/habanalabs/hl<n>/led1
184 Date:           Jan 2019                           97 Date:           Jan 2019
185 KernelVersion:  5.1                                98 KernelVersion:  5.1
186 Contact:        ogabbay@kernel.org             !!  99 Contact:        oded.gabbay@gmail.com
187 Description:    Sets the state of the second S !! 100 Description:    Sets the state of the second S/W led on the device
188                 when device is loaded with sec << 
189                                                   101 
190 What:           /sys/kernel/debug/accel/<paren !! 102 What:           /sys/kernel/debug/habanalabs/hl<n>/led2
191 Date:           Jan 2019                          103 Date:           Jan 2019
192 KernelVersion:  5.1                               104 KernelVersion:  5.1
193 Contact:        ogabbay@kernel.org             !! 105 Contact:        oded.gabbay@gmail.com
194 Description:    Sets the state of the third S/ !! 106 Description:    Sets the state of the third S/W led on the device
195                 when device is loaded with sec << 
196                                                << 
197 What:           /sys/kernel/debug/accel/<paren << 
198 Date:           May 2022                       << 
199 KernelVersion:  5.19                           << 
200 Contact:        dhirschfeld@habana.ai          << 
201 Description:    Allows the root user to scrub  << 
202                 value can be set using the deb << 
203                                                   107 
204 What:           /sys/kernel/debug/accel/<paren !! 108 What:           /sys/kernel/debug/habanalabs/hl<n>/mmu
205 Date:           May 2022                       << 
206 KernelVersion:  5.19                           << 
207 Contact:        dhirschfeld@habana.ai          << 
208 Description:    The value to which the dram wi << 
209                 scrubs the dram using 'memory_ << 
210                 the scrubbing value when using << 
211                                                << 
212 What:           /sys/kernel/debug/accel/<paren << 
213 Date:           Jan 2019                          109 Date:           Jan 2019
214 KernelVersion:  5.1                               110 KernelVersion:  5.1
215 Contact:        ogabbay@kernel.org             !! 111 Contact:        oded.gabbay@gmail.com
216 Description:    Displays the hop values and ph    112 Description:    Displays the hop values and physical address for a given ASID
217                 and virtual address. The user     113                 and virtual address. The user should write the ASID and VA into
218                 the file and then read the fil    114                 the file and then read the file to get the result.
219                 e.g. to display info about VA     115                 e.g. to display info about VA 0x1000 for ASID 1 you need to do:
220                 echo "1 0x1000" > /sys/kernel/ !! 116                 echo "1 0x1000" > /sys/kernel/debug/habanalabs/hl0/mmu
221                                                << 
222 What:           /sys/kernel/debug/accel/<paren << 
223 Date:           Mar 2021                       << 
224 KernelVersion:  5.12                           << 
225 Contact:        fkassabri@habana.ai            << 
226 Description:    Check and display page fault o << 
227                 all MMUs specified in mmu_cap_ << 
228                 e.g. to display error info for << 
229                 echo "0x200" > /sys/kernel/deb << 
230                 cat /sys/kernel/debug/accel/<p << 
231                                                << 
232 What:           /sys/kernel/debug/accel/<paren << 
233 Date:           Mar 2022                       << 
234 KernelVersion:  5.19                           << 
235 Contact:        osharabi@habana.ai             << 
236 Description:    Allows the root user to dump m << 
237                 protected config space.        << 
238                 This property is a binary blob << 
239                 monitors registers dump.       << 
240                 This custom interface is neede << 
241                 Linux user-space PCI mapping)  << 
242                 and cannot be accessed using P << 
243                 This interface doesn't support << 
244                 Only supported on GAUDI.       << 
245                                                << 
246 What:           /sys/kernel/debug/accel/<paren << 
247 Date:           Mar 2022                       << 
248 KernelVersion:  5.19                           << 
249 Contact:        osharabi@habana.ai             << 
250 Description:    Triggers dump of monitor data. << 
251                 must be 1. Triggering the moni << 
252                 current registers values of al << 
253                 When the write is finished, th << 
254                 blob                           << 
255                                                << 
256 What:           /sys/kernel/debug/accel/<paren << 
257 Date:           Feb 2024                       << 
258 KernelVersion:  6.11                           << 
259 Contact:        trisin@habana.ai               << 
260 Description:    Exposes the device's server ty << 
261                                                   117 
262 What:           /sys/kernel/debug/accel/<paren !! 118 What:           /sys/kernel/debug/habanalabs/hl<n>/set_power_state
263 Date:           Jan 2019                          119 Date:           Jan 2019
264 KernelVersion:  5.1                               120 KernelVersion:  5.1
265 Contact:        ogabbay@kernel.org             !! 121 Contact:        oded.gabbay@gmail.com
266 Description:    Sets the PCI power state. Vali    122 Description:    Sets the PCI power state. Valid values are "1" for D0 and "2"
267                 for D3Hot                         123                 for D3Hot
268                                                   124 
269 What:           /sys/kernel/debug/accel/<paren !! 125 What:           /sys/kernel/debug/habanalabs/hl<n>/userptr
270 Date:           Jun 2021                       << 
271 KernelVersion:  5.13                           << 
272 Contact:        ynudelman@habana.ai            << 
273 Description:    Sets the skip reset on timeout << 
274                 "0" means device will be reset << 
275                 otherwise it will not be reset << 
276                                                << 
277 What:           /sys/kernel/debug/accel/<paren << 
278 Date:           Oct 2021                       << 
279 KernelVersion:  5.15                           << 
280 Contact:        ynudelman@habana.ai            << 
281 Description:    Gets the state dump occurring  << 
282                 State dump is used for debug a << 
283                 a problem in a CS execution, b << 
284                 Reading from the node returns  << 
285                 Writing an integer X discards  << 
286                 next read would return X+1-st  << 
287                                                << 
288 What:           /sys/kernel/debug/accel/<paren << 
289 Date:           Mar 2020                       << 
290 KernelVersion:  5.6                            << 
291 Contact:        ogabbay@kernel.org             << 
292 Description:    Sets the stop-on_error option  << 
293                 "0" is for disable, otherwise  << 
294                 Relevant only for GOYA and GAU << 
295                                                << 
296 What:           /sys/kernel/debug/accel/<paren << 
297 Date:           Sep 2021                       << 
298 KernelVersion:  5.16                           << 
299 Contact:        obitton@habana.ai              << 
300 Description:    Sets the command submission ti << 
301                                                << 
302 What:           /sys/kernel/debug/accel/<paren << 
303 Date:           Jan 2019                          126 Date:           Jan 2019
304 KernelVersion:  5.1                               127 KernelVersion:  5.1
305 Contact:        ogabbay@kernel.org             !! 128 Contact:        oded.gabbay@gmail.com
306 Description:    Displays a list with informati !! 129 Description:    Displays a list with information about the currently user
307                 pointers (user virtual address    130                 pointers (user virtual addresses) that are pinned and mapped
308                 to DMA addresses                  131                 to DMA addresses
309                                                   132 
310 What:           /sys/kernel/debug/accel/<paren !! 133 What:           /sys/kernel/debug/habanalabs/hl<n>/vm
311 Date:           Oct 2021                       << 
312 KernelVersion:  5.15                           << 
313 Contact:        ogabbay@kernel.org             << 
314 Description:    Allows to search for specific  << 
315                 addresses) that are pinned and << 
316                 their resolution to the specif << 
317                                                << 
318 What:           /sys/kernel/debug/accel/<paren << 
319 Date:           Jan 2019                          134 Date:           Jan 2019
320 KernelVersion:  5.1                               135 KernelVersion:  5.1
321 Contact:        ogabbay@kernel.org             !! 136 Contact:        oded.gabbay@gmail.com
322 Description:    Displays a list with informati    137 Description:    Displays a list with information about all the active virtual
323                 address mappings per ASID and  !! 138                 address mappings per ASID
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php