blob: d8f724b0a1ade030d17a611eba30c5fbc1f4f386 [file] [log] [blame]
Christopher Ferris24f97eb2019-05-20 12:58:13 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef HABANALABS_H_
20#define HABANALABS_H_
21#include <linux/types.h>
22#include <linux/ioctl.h>
23#define GOYA_KMD_SRAM_RESERVED_SIZE_FROM_START 0x8000
Christopher Ferris8177cdf2020-08-03 11:53:55 -070024#define GAUDI_DRIVER_SRAM_RESERVED_SIZE_FROM_START 0x80
Christopher Ferris05667cd2021-02-16 16:01:34 -080025#define GAUDI_FIRST_AVAILABLE_W_S_SYNC_OBJECT 144
26#define GAUDI_FIRST_AVAILABLE_W_S_MONITOR 72
Christopher Ferris24f97eb2019-05-20 12:58:13 -070027enum goya_queue_id {
28 GOYA_QUEUE_ID_DMA_0 = 0,
Christopher Ferris9584fa42019-12-09 15:36:13 -080029 GOYA_QUEUE_ID_DMA_1 = 1,
30 GOYA_QUEUE_ID_DMA_2 = 2,
31 GOYA_QUEUE_ID_DMA_3 = 3,
32 GOYA_QUEUE_ID_DMA_4 = 4,
33 GOYA_QUEUE_ID_CPU_PQ = 5,
34 GOYA_QUEUE_ID_MME = 6,
35 GOYA_QUEUE_ID_TPC0 = 7,
36 GOYA_QUEUE_ID_TPC1 = 8,
37 GOYA_QUEUE_ID_TPC2 = 9,
38 GOYA_QUEUE_ID_TPC3 = 10,
39 GOYA_QUEUE_ID_TPC4 = 11,
40 GOYA_QUEUE_ID_TPC5 = 12,
41 GOYA_QUEUE_ID_TPC6 = 13,
42 GOYA_QUEUE_ID_TPC7 = 14,
Christopher Ferris24f97eb2019-05-20 12:58:13 -070043 GOYA_QUEUE_ID_SIZE
44};
Christopher Ferris8177cdf2020-08-03 11:53:55 -070045enum gaudi_queue_id {
46 GAUDI_QUEUE_ID_DMA_0_0 = 0,
47 GAUDI_QUEUE_ID_DMA_0_1 = 1,
48 GAUDI_QUEUE_ID_DMA_0_2 = 2,
49 GAUDI_QUEUE_ID_DMA_0_3 = 3,
50 GAUDI_QUEUE_ID_DMA_1_0 = 4,
51 GAUDI_QUEUE_ID_DMA_1_1 = 5,
52 GAUDI_QUEUE_ID_DMA_1_2 = 6,
53 GAUDI_QUEUE_ID_DMA_1_3 = 7,
54 GAUDI_QUEUE_ID_CPU_PQ = 8,
55 GAUDI_QUEUE_ID_DMA_2_0 = 9,
56 GAUDI_QUEUE_ID_DMA_2_1 = 10,
57 GAUDI_QUEUE_ID_DMA_2_2 = 11,
58 GAUDI_QUEUE_ID_DMA_2_3 = 12,
59 GAUDI_QUEUE_ID_DMA_3_0 = 13,
60 GAUDI_QUEUE_ID_DMA_3_1 = 14,
61 GAUDI_QUEUE_ID_DMA_3_2 = 15,
62 GAUDI_QUEUE_ID_DMA_3_3 = 16,
63 GAUDI_QUEUE_ID_DMA_4_0 = 17,
64 GAUDI_QUEUE_ID_DMA_4_1 = 18,
65 GAUDI_QUEUE_ID_DMA_4_2 = 19,
66 GAUDI_QUEUE_ID_DMA_4_3 = 20,
67 GAUDI_QUEUE_ID_DMA_5_0 = 21,
68 GAUDI_QUEUE_ID_DMA_5_1 = 22,
69 GAUDI_QUEUE_ID_DMA_5_2 = 23,
70 GAUDI_QUEUE_ID_DMA_5_3 = 24,
71 GAUDI_QUEUE_ID_DMA_6_0 = 25,
72 GAUDI_QUEUE_ID_DMA_6_1 = 26,
73 GAUDI_QUEUE_ID_DMA_6_2 = 27,
74 GAUDI_QUEUE_ID_DMA_6_3 = 28,
75 GAUDI_QUEUE_ID_DMA_7_0 = 29,
76 GAUDI_QUEUE_ID_DMA_7_1 = 30,
77 GAUDI_QUEUE_ID_DMA_7_2 = 31,
78 GAUDI_QUEUE_ID_DMA_7_3 = 32,
79 GAUDI_QUEUE_ID_MME_0_0 = 33,
80 GAUDI_QUEUE_ID_MME_0_1 = 34,
81 GAUDI_QUEUE_ID_MME_0_2 = 35,
82 GAUDI_QUEUE_ID_MME_0_3 = 36,
83 GAUDI_QUEUE_ID_MME_1_0 = 37,
84 GAUDI_QUEUE_ID_MME_1_1 = 38,
85 GAUDI_QUEUE_ID_MME_1_2 = 39,
86 GAUDI_QUEUE_ID_MME_1_3 = 40,
87 GAUDI_QUEUE_ID_TPC_0_0 = 41,
88 GAUDI_QUEUE_ID_TPC_0_1 = 42,
89 GAUDI_QUEUE_ID_TPC_0_2 = 43,
90 GAUDI_QUEUE_ID_TPC_0_3 = 44,
91 GAUDI_QUEUE_ID_TPC_1_0 = 45,
92 GAUDI_QUEUE_ID_TPC_1_1 = 46,
93 GAUDI_QUEUE_ID_TPC_1_2 = 47,
94 GAUDI_QUEUE_ID_TPC_1_3 = 48,
95 GAUDI_QUEUE_ID_TPC_2_0 = 49,
96 GAUDI_QUEUE_ID_TPC_2_1 = 50,
97 GAUDI_QUEUE_ID_TPC_2_2 = 51,
98 GAUDI_QUEUE_ID_TPC_2_3 = 52,
99 GAUDI_QUEUE_ID_TPC_3_0 = 53,
100 GAUDI_QUEUE_ID_TPC_3_1 = 54,
101 GAUDI_QUEUE_ID_TPC_3_2 = 55,
102 GAUDI_QUEUE_ID_TPC_3_3 = 56,
103 GAUDI_QUEUE_ID_TPC_4_0 = 57,
104 GAUDI_QUEUE_ID_TPC_4_1 = 58,
105 GAUDI_QUEUE_ID_TPC_4_2 = 59,
106 GAUDI_QUEUE_ID_TPC_4_3 = 60,
107 GAUDI_QUEUE_ID_TPC_5_0 = 61,
108 GAUDI_QUEUE_ID_TPC_5_1 = 62,
109 GAUDI_QUEUE_ID_TPC_5_2 = 63,
110 GAUDI_QUEUE_ID_TPC_5_3 = 64,
111 GAUDI_QUEUE_ID_TPC_6_0 = 65,
112 GAUDI_QUEUE_ID_TPC_6_1 = 66,
113 GAUDI_QUEUE_ID_TPC_6_2 = 67,
114 GAUDI_QUEUE_ID_TPC_6_3 = 68,
115 GAUDI_QUEUE_ID_TPC_7_0 = 69,
116 GAUDI_QUEUE_ID_TPC_7_1 = 70,
117 GAUDI_QUEUE_ID_TPC_7_2 = 71,
118 GAUDI_QUEUE_ID_TPC_7_3 = 72,
119 GAUDI_QUEUE_ID_NIC_0_0 = 73,
120 GAUDI_QUEUE_ID_NIC_0_1 = 74,
121 GAUDI_QUEUE_ID_NIC_0_2 = 75,
122 GAUDI_QUEUE_ID_NIC_0_3 = 76,
123 GAUDI_QUEUE_ID_NIC_1_0 = 77,
124 GAUDI_QUEUE_ID_NIC_1_1 = 78,
125 GAUDI_QUEUE_ID_NIC_1_2 = 79,
126 GAUDI_QUEUE_ID_NIC_1_3 = 80,
127 GAUDI_QUEUE_ID_NIC_2_0 = 81,
128 GAUDI_QUEUE_ID_NIC_2_1 = 82,
129 GAUDI_QUEUE_ID_NIC_2_2 = 83,
130 GAUDI_QUEUE_ID_NIC_2_3 = 84,
131 GAUDI_QUEUE_ID_NIC_3_0 = 85,
132 GAUDI_QUEUE_ID_NIC_3_1 = 86,
133 GAUDI_QUEUE_ID_NIC_3_2 = 87,
134 GAUDI_QUEUE_ID_NIC_3_3 = 88,
135 GAUDI_QUEUE_ID_NIC_4_0 = 89,
136 GAUDI_QUEUE_ID_NIC_4_1 = 90,
137 GAUDI_QUEUE_ID_NIC_4_2 = 91,
138 GAUDI_QUEUE_ID_NIC_4_3 = 92,
139 GAUDI_QUEUE_ID_NIC_5_0 = 93,
140 GAUDI_QUEUE_ID_NIC_5_1 = 94,
141 GAUDI_QUEUE_ID_NIC_5_2 = 95,
142 GAUDI_QUEUE_ID_NIC_5_3 = 96,
143 GAUDI_QUEUE_ID_NIC_6_0 = 97,
144 GAUDI_QUEUE_ID_NIC_6_1 = 98,
145 GAUDI_QUEUE_ID_NIC_6_2 = 99,
146 GAUDI_QUEUE_ID_NIC_6_3 = 100,
147 GAUDI_QUEUE_ID_NIC_7_0 = 101,
148 GAUDI_QUEUE_ID_NIC_7_1 = 102,
149 GAUDI_QUEUE_ID_NIC_7_2 = 103,
150 GAUDI_QUEUE_ID_NIC_7_3 = 104,
151 GAUDI_QUEUE_ID_NIC_8_0 = 105,
152 GAUDI_QUEUE_ID_NIC_8_1 = 106,
153 GAUDI_QUEUE_ID_NIC_8_2 = 107,
154 GAUDI_QUEUE_ID_NIC_8_3 = 108,
155 GAUDI_QUEUE_ID_NIC_9_0 = 109,
156 GAUDI_QUEUE_ID_NIC_9_1 = 110,
157 GAUDI_QUEUE_ID_NIC_9_2 = 111,
158 GAUDI_QUEUE_ID_NIC_9_3 = 112,
159 GAUDI_QUEUE_ID_SIZE
160};
Christopher Ferrisb8a95e22019-10-02 18:29:20 -0700161enum goya_engine_id {
162 GOYA_ENGINE_ID_DMA_0 = 0,
163 GOYA_ENGINE_ID_DMA_1,
164 GOYA_ENGINE_ID_DMA_2,
165 GOYA_ENGINE_ID_DMA_3,
166 GOYA_ENGINE_ID_DMA_4,
167 GOYA_ENGINE_ID_MME_0,
168 GOYA_ENGINE_ID_TPC_0,
169 GOYA_ENGINE_ID_TPC_1,
170 GOYA_ENGINE_ID_TPC_2,
171 GOYA_ENGINE_ID_TPC_3,
172 GOYA_ENGINE_ID_TPC_4,
173 GOYA_ENGINE_ID_TPC_5,
174 GOYA_ENGINE_ID_TPC_6,
175 GOYA_ENGINE_ID_TPC_7,
176 GOYA_ENGINE_ID_SIZE
177};
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700178enum gaudi_engine_id {
179 GAUDI_ENGINE_ID_DMA_0 = 0,
180 GAUDI_ENGINE_ID_DMA_1,
181 GAUDI_ENGINE_ID_DMA_2,
182 GAUDI_ENGINE_ID_DMA_3,
183 GAUDI_ENGINE_ID_DMA_4,
184 GAUDI_ENGINE_ID_DMA_5,
185 GAUDI_ENGINE_ID_DMA_6,
186 GAUDI_ENGINE_ID_DMA_7,
187 GAUDI_ENGINE_ID_MME_0,
188 GAUDI_ENGINE_ID_MME_1,
189 GAUDI_ENGINE_ID_MME_2,
190 GAUDI_ENGINE_ID_MME_3,
191 GAUDI_ENGINE_ID_TPC_0,
192 GAUDI_ENGINE_ID_TPC_1,
193 GAUDI_ENGINE_ID_TPC_2,
194 GAUDI_ENGINE_ID_TPC_3,
195 GAUDI_ENGINE_ID_TPC_4,
196 GAUDI_ENGINE_ID_TPC_5,
197 GAUDI_ENGINE_ID_TPC_6,
198 GAUDI_ENGINE_ID_TPC_7,
199 GAUDI_ENGINE_ID_NIC_0,
200 GAUDI_ENGINE_ID_NIC_1,
201 GAUDI_ENGINE_ID_NIC_2,
202 GAUDI_ENGINE_ID_NIC_3,
203 GAUDI_ENGINE_ID_NIC_4,
204 GAUDI_ENGINE_ID_NIC_5,
205 GAUDI_ENGINE_ID_NIC_6,
206 GAUDI_ENGINE_ID_NIC_7,
207 GAUDI_ENGINE_ID_NIC_8,
208 GAUDI_ENGINE_ID_NIC_9,
209 GAUDI_ENGINE_ID_SIZE
210};
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700211enum hl_device_status {
212 HL_DEVICE_STATUS_OPERATIONAL,
213 HL_DEVICE_STATUS_IN_RESET,
Christopher Ferris05667cd2021-02-16 16:01:34 -0800214 HL_DEVICE_STATUS_MALFUNCTION,
215 HL_DEVICE_STATUS_NEEDS_RESET
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700216};
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700217#define HL_INFO_HW_IP_INFO 0
218#define HL_INFO_HW_EVENTS 1
219#define HL_INFO_DRAM_USAGE 2
220#define HL_INFO_HW_IDLE 3
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700221#define HL_INFO_DEVICE_STATUS 4
Christopher Ferris9584fa42019-12-09 15:36:13 -0800222#define HL_INFO_DEVICE_UTILIZATION 6
223#define HL_INFO_HW_EVENTS_AGGREGATE 7
Christopher Ferrisd32ca142020-02-04 16:16:51 -0800224#define HL_INFO_CLK_RATE 8
225#define HL_INFO_RESET_COUNT 9
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700226#define HL_INFO_TIME_SYNC 10
Christopher Ferris25c18d42020-10-14 17:42:58 -0700227#define HL_INFO_CS_COUNTERS 11
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800228#define HL_INFO_PCI_COUNTERS 12
229#define HL_INFO_CLK_THROTTLE_REASON 13
230#define HL_INFO_SYNC_MANAGER 14
231#define HL_INFO_TOTAL_ENERGY 15
Christopher Ferris05667cd2021-02-16 16:01:34 -0800232#define HL_INFO_PLL_FREQUENCY 16
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700233#define HL_INFO_VERSION_MAX_LEN 128
Christopher Ferrisd32ca142020-02-04 16:16:51 -0800234#define HL_INFO_CARD_NAME_MAX_LEN 16
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700235struct hl_info_hw_ip_info {
236 __u64 sram_base_address;
237 __u64 dram_base_address;
238 __u64 dram_size;
239 __u32 sram_size;
240 __u32 num_of_events;
241 __u32 device_id;
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700242 __u32 module_id;
243 __u32 reserved[2];
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800244 __u32 cpld_version;
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700245 __u32 psoc_pci_pll_nr;
246 __u32 psoc_pci_pll_nf;
247 __u32 psoc_pci_pll_od;
248 __u32 psoc_pci_pll_div_factor;
249 __u8 tpc_enabled_mask;
250 __u8 dram_enabled;
251 __u8 pad[2];
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800252 __u8 cpucp_version[HL_INFO_VERSION_MAX_LEN];
Christopher Ferrisd32ca142020-02-04 16:16:51 -0800253 __u8 card_name[HL_INFO_CARD_NAME_MAX_LEN];
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700254};
255struct hl_info_dram_usage {
256 __u64 dram_free_mem;
257 __u64 ctx_dram_mem;
258};
259struct hl_info_hw_idle {
260 __u32 is_idle;
Christopher Ferrisb8a95e22019-10-02 18:29:20 -0700261 __u32 busy_engines_mask;
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800262 __u64 busy_engines_mask_ext;
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700263};
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700264struct hl_info_device_status {
265 __u32 status;
266 __u32 pad;
267};
Christopher Ferris9584fa42019-12-09 15:36:13 -0800268struct hl_info_device_utilization {
269 __u32 utilization;
270 __u32 pad;
271};
Christopher Ferrisd32ca142020-02-04 16:16:51 -0800272struct hl_info_clk_rate {
273 __u32 cur_clk_rate_mhz;
274 __u32 max_clk_rate_mhz;
275};
276struct hl_info_reset_count {
277 __u32 hard_reset_cnt;
278 __u32 soft_reset_cnt;
279};
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700280struct hl_info_time_sync {
281 __u64 device_time;
282 __u64 host_time;
283};
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800284struct hl_info_pci_counters {
285 __u64 rx_throughput;
286 __u64 tx_throughput;
287 __u64 replay_cnt;
288};
289#define HL_CLK_THROTTLE_POWER 0x1
290#define HL_CLK_THROTTLE_THERMAL 0x2
291struct hl_info_clk_throttle {
292 __u32 clk_throttling_reason;
293};
294struct hl_info_energy {
295 __u64 total_energy_consumption;
296};
Christopher Ferris05667cd2021-02-16 16:01:34 -0800297#define HL_PLL_NUM_OUTPUTS 4
298struct hl_pll_frequency_info {
299 __u16 output[HL_PLL_NUM_OUTPUTS];
300};
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800301struct hl_info_sync_manager {
302 __u32 first_available_sync_object;
303 __u32 first_available_monitor;
304};
Christopher Ferris25c18d42020-10-14 17:42:58 -0700305struct hl_info_cs_counters {
Christopher Ferris05667cd2021-02-16 16:01:34 -0800306 __u64 total_out_of_mem_drop_cnt;
307 __u64 ctx_out_of_mem_drop_cnt;
308 __u64 total_parsing_drop_cnt;
309 __u64 ctx_parsing_drop_cnt;
310 __u64 total_queue_full_drop_cnt;
311 __u64 ctx_queue_full_drop_cnt;
312 __u64 total_device_in_reset_drop_cnt;
313 __u64 ctx_device_in_reset_drop_cnt;
314 __u64 total_max_cs_in_flight_drop_cnt;
315 __u64 ctx_max_cs_in_flight_drop_cnt;
316 __u64 total_validation_drop_cnt;
317 __u64 ctx_validation_drop_cnt;
Christopher Ferris25c18d42020-10-14 17:42:58 -0700318};
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800319enum gaudi_dcores {
320 HL_GAUDI_WS_DCORE,
321 HL_GAUDI_WN_DCORE,
322 HL_GAUDI_EN_DCORE,
323 HL_GAUDI_ES_DCORE
324};
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700325struct hl_info_args {
326 __u64 return_pointer;
327 __u32 return_size;
328 __u32 op;
Christopher Ferris9584fa42019-12-09 15:36:13 -0800329 union {
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800330 __u32 dcore_id;
Christopher Ferris9584fa42019-12-09 15:36:13 -0800331 __u32 ctx_id;
332 __u32 period_ms;
Christopher Ferris05667cd2021-02-16 16:01:34 -0800333 __u32 pll_index;
Christopher Ferris9584fa42019-12-09 15:36:13 -0800334 };
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700335 __u32 pad;
336};
337#define HL_CB_OP_CREATE 0
338#define HL_CB_OP_DESTROY 1
Christopher Ferris05667cd2021-02-16 16:01:34 -0800339#define HL_CB_OP_INFO 2
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700340#define HL_MAX_CB_SIZE (0x200000 - 32)
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800341#define HL_CB_FLAGS_MAP 0x1
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700342struct hl_cb_in {
343 __u64 cb_handle;
344 __u32 op;
345 __u32 cb_size;
346 __u32 ctx_id;
Christopher Ferris32ff3f82020-12-14 13:10:04 -0800347 __u32 flags;
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700348};
349struct hl_cb_out {
Christopher Ferris05667cd2021-02-16 16:01:34 -0800350 union {
351 __u64 cb_handle;
352 struct {
353 __u32 usage_cnt;
354 __u32 pad;
355 };
356 };
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700357};
358union hl_cb_args {
359 struct hl_cb_in in;
360 struct hl_cb_out out;
361};
Christopher Ferris05667cd2021-02-16 16:01:34 -0800362#define HL_CS_CHUNK_FLAGS_USER_ALLOC_CB 0x1
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700363struct hl_cs_chunk {
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700364 union {
365 __u64 cb_handle;
366 __u64 signal_seq_arr;
367 };
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700368 __u32 queue_index;
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700369 union {
370 __u32 cb_size;
371 __u32 num_signal_seq_arr;
372 };
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700373 __u32 cs_chunk_flags;
Christopher Ferris05667cd2021-02-16 16:01:34 -0800374 __u32 collective_engine_id;
375 __u32 pad[10];
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700376};
377#define HL_CS_FLAGS_FORCE_RESTORE 0x1
Christopher Ferris8177cdf2020-08-03 11:53:55 -0700378#define HL_CS_FLAGS_SIGNAL 0x2
379#define HL_CS_FLAGS_WAIT 0x4
Christopher Ferris05667cd2021-02-16 16:01:34 -0800380#define HL_CS_FLAGS_COLLECTIVE_WAIT 0x8
381#define HL_CS_FLAGS_TIMESTAMP 0x20
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700382#define HL_CS_STATUS_SUCCESS 0
Christopher Ferrisd32ca142020-02-04 16:16:51 -0800383#define HL_MAX_JOBS_PER_CS 512
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700384struct hl_cs_in {
385 __u64 chunks_restore;
386 __u64 chunks_execute;
387 __u64 chunks_store;
388 __u32 num_chunks_restore;
389 __u32 num_chunks_execute;
390 __u32 num_chunks_store;
391 __u32 cs_flags;
392 __u32 ctx_id;
393};
394struct hl_cs_out {
395 __u64 seq;
396 __u32 status;
397 __u32 pad;
398};
399union hl_cs_args {
400 struct hl_cs_in in;
401 struct hl_cs_out out;
402};
403struct hl_wait_cs_in {
404 __u64 seq;
405 __u64 timeout_us;
406 __u32 ctx_id;
407 __u32 pad;
408};
409#define HL_WAIT_CS_STATUS_COMPLETED 0
410#define HL_WAIT_CS_STATUS_BUSY 1
411#define HL_WAIT_CS_STATUS_TIMEDOUT 2
412#define HL_WAIT_CS_STATUS_ABORTED 3
413#define HL_WAIT_CS_STATUS_INTERRUPTED 4
Christopher Ferris05667cd2021-02-16 16:01:34 -0800414#define HL_WAIT_CS_STATUS_FLAG_GONE 0x1
415#define HL_WAIT_CS_STATUS_FLAG_TIMESTAMP_VLD 0x2
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700416struct hl_wait_cs_out {
417 __u32 status;
Christopher Ferris05667cd2021-02-16 16:01:34 -0800418 __u32 flags;
419 __s64 timestamp_nsec;
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700420};
421union hl_wait_cs_args {
422 struct hl_wait_cs_in in;
423 struct hl_wait_cs_out out;
424};
425#define HL_MEM_OP_ALLOC 0
426#define HL_MEM_OP_FREE 1
427#define HL_MEM_OP_MAP 2
428#define HL_MEM_OP_UNMAP 3
429#define HL_MEM_CONTIGUOUS 0x1
430#define HL_MEM_SHARED 0x2
431#define HL_MEM_USERPTR 0x4
432struct hl_mem_in {
433 union {
434 struct {
435 __u64 mem_size;
436 } alloc;
437 struct {
438 __u64 handle;
439 } free;
440 struct {
441 __u64 hint_addr;
442 __u64 handle;
443 } map_device;
444 struct {
445 __u64 host_virt_addr;
446 __u64 hint_addr;
447 __u64 mem_size;
448 } map_host;
449 struct {
450 __u64 device_virt_addr;
451 } unmap;
452 };
453 __u32 op;
454 __u32 flags;
455 __u32 ctx_id;
456 __u32 pad;
457};
458struct hl_mem_out {
459 union {
460 __u64 device_virt_addr;
461 __u64 handle;
462 };
463};
464union hl_mem_args {
465 struct hl_mem_in in;
466 struct hl_mem_out out;
467};
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700468#define HL_DEBUG_MAX_AUX_VALUES 10
469struct hl_debug_params_etr {
470 __u64 buffer_address;
471 __u64 buffer_size;
472 __u32 sink_mode;
473 __u32 pad;
474};
475struct hl_debug_params_etf {
476 __u64 buffer_address;
477 __u64 buffer_size;
478 __u32 sink_mode;
479 __u32 pad;
480};
481struct hl_debug_params_stm {
482 __u64 he_mask;
483 __u64 sp_mask;
484 __u32 id;
485 __u32 frequency;
486};
487struct hl_debug_params_bmon {
488 __u64 start_addr0;
489 __u64 addr_mask0;
490 __u64 start_addr1;
491 __u64 addr_mask1;
492 __u32 bw_win;
493 __u32 win_capture;
494 __u32 id;
495 __u32 pad;
496};
497struct hl_debug_params_spmu {
498 __u64 event_types[HL_DEBUG_MAX_AUX_VALUES];
499 __u32 event_types_num;
500 __u32 pad;
501};
502#define HL_DEBUG_OP_ETR 0
503#define HL_DEBUG_OP_ETF 1
504#define HL_DEBUG_OP_STM 2
505#define HL_DEBUG_OP_FUNNEL 3
506#define HL_DEBUG_OP_BMON 4
507#define HL_DEBUG_OP_SPMU 5
508#define HL_DEBUG_OP_TIMESTAMP 6
509#define HL_DEBUG_OP_SET_MODE 7
510struct hl_debug_args {
511 __u64 input_ptr;
512 __u64 output_ptr;
513 __u32 input_size;
514 __u32 output_size;
515 __u32 op;
516 __u32 reg_idx;
517 __u32 enable;
518 __u32 ctx_id;
519};
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700520#define HL_IOCTL_INFO _IOWR('H', 0x01, struct hl_info_args)
521#define HL_IOCTL_CB _IOWR('H', 0x02, union hl_cb_args)
522#define HL_IOCTL_CS _IOWR('H', 0x03, union hl_cs_args)
523#define HL_IOCTL_WAIT_CS _IOWR('H', 0x04, union hl_wait_cs_args)
524#define HL_IOCTL_MEMORY _IOWR('H', 0x05, union hl_mem_args)
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700525#define HL_IOCTL_DEBUG _IOWR('H', 0x06, struct hl_debug_args)
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700526#define HL_COMMAND_START 0x01
Christopher Ferrisaeddbcf2019-07-08 12:45:46 -0700527#define HL_COMMAND_END 0x07
Christopher Ferris24f97eb2019-05-20 12:58:13 -0700528#endif