11/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
22 *
3- * Copyright 2016-2022 HabanaLabs, Ltd.
3+ * Copyright 2016-2023 HabanaLabs, Ltd.
44 * All Rights Reserved.
55 *
66 */
@@ -885,11 +885,11 @@ enum hl_server_type {
885885 * @dram_enabled: Whether the DRAM is enabled.
886886 * @security_enabled: Whether security is enabled on device.
887887 * @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.
889889 * @cpucp_version: The CPUCP f/w version.
890890 * @card_name: The card name as passed by the f/w.
891891 * @tpc_enabled_mask_ext: Bit-mask that represents which TPCs are enabled.
892- * Relevant for Greco and later.
892+ * Relevant for Gaudi2 and later.
893893 * @dram_page_size: The DRAM physical page size.
894894 * @edma_enabled_mask: Bit-mask that represents which EDMAs are enabled.
895895 * Relevant for Gaudi2 and later.
@@ -1425,7 +1425,7 @@ union hl_cb_args {
14251425 *
14261426 * HL_CS_CHUNK_FLAGS_USER_ALLOC_CB:
14271427 * 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,
14291429 * allocated by the user, via malloc (or similar). After allocating the
14301430 * CB, the user invokes - “memory ioctl” to map the user memory into a
14311431 * device virtual address. The user provides this address via the
@@ -1450,7 +1450,7 @@ struct hl_cs_chunk {
14501450 * a DRAM address of the internal CB. In Gaudi, this might also
14511451 * represent a mapped host address of the CB.
14521452 *
1453- * Greco onwards:
1453+ * Gaudi2 onwards:
14541454 * For H/W queue, this represents either a Handle of CB on the
14551455 * Host, or an SRAM, a DRAM, or a mapped host address of the CB.
14561456 *
@@ -2227,7 +2227,7 @@ struct hl_debug_args {
22272227 * internal. The driver will get completion notifications from the device only
22282228 * on JOBS which are enqueued in the external queues.
22292229 *
2230- * Greco onwards:
2230+ * Gaudi2 onwards:
22312231 * There is a single type of queue for all types of engines, either DMA engines
22322232 * for transfers from/to the host or inside the device, or compute engines.
22332233 * The driver will get completion notifications from the device for all queues.
0 commit comments