1
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
2
2
*
3
- * Copyright 2016-2022 HabanaLabs, Ltd.
3
+ * Copyright 2016-2023 HabanaLabs, Ltd.
4
4
* All Rights Reserved.
5
5
*
6
6
*/
@@ -885,11 +885,11 @@ enum hl_server_type {
885
885
* @dram_enabled: Whether the DRAM is enabled.
886
886
* @security_enabled: Whether security is enabled on device.
887
887
* @mme_master_slave_mode: Indicate whether the MME is working in master/slave
888
- * configuration. Relevant for Greco and later.
888
+ * configuration. Relevant for Gaudi2 and later.
889
889
* @cpucp_version: The CPUCP f/w version.
890
890
* @card_name: The card name as passed by the f/w.
891
891
* @tpc_enabled_mask_ext: Bit-mask that represents which TPCs are enabled.
892
- * Relevant for Greco and later.
892
+ * Relevant for Gaudi2 and later.
893
893
* @dram_page_size: The DRAM physical page size.
894
894
* @edma_enabled_mask: Bit-mask that represents which EDMAs are enabled.
895
895
* Relevant for Gaudi2 and later.
@@ -1425,7 +1425,7 @@ union hl_cb_args {
1425
1425
*
1426
1426
* HL_CS_CHUNK_FLAGS_USER_ALLOC_CB:
1427
1427
* Indicates if the CB was allocated and mapped by userspace
1428
- * (relevant to greco and above ). User allocated CB is a command buffer,
1428
+ * (relevant to Gaudi2 and later ). User allocated CB is a command buffer,
1429
1429
* allocated by the user, via malloc (or similar). After allocating the
1430
1430
* CB, the user invokes - “memory ioctl” to map the user memory into a
1431
1431
* device virtual address. The user provides this address via the
@@ -1450,7 +1450,7 @@ struct hl_cs_chunk {
1450
1450
* a DRAM address of the internal CB. In Gaudi, this might also
1451
1451
* represent a mapped host address of the CB.
1452
1452
*
1453
- * Greco onwards:
1453
+ * Gaudi2 onwards:
1454
1454
* For H/W queue, this represents either a Handle of CB on the
1455
1455
* Host, or an SRAM, a DRAM, or a mapped host address of the CB.
1456
1456
*
@@ -2227,7 +2227,7 @@ struct hl_debug_args {
2227
2227
* internal. The driver will get completion notifications from the device only
2228
2228
* on JOBS which are enqueued in the external queues.
2229
2229
*
2230
- * Greco onwards:
2230
+ * Gaudi2 onwards:
2231
2231
* There is a single type of queue for all types of engines, either DMA engines
2232
2232
* for transfers from/to the host or inside the device, or compute engines.
2233
2233
* The driver will get completion notifications from the device for all queues.
0 commit comments