|
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 |
2 | 2 | * |
3 | | - * Copyright 2020-2022 HabanaLabs, Ltd. |
| 3 | + * Copyright 2020-2023 HabanaLabs, Ltd. |
4 | 4 | * All Rights Reserved. |
5 | 5 | * |
6 | 6 | */ |
@@ -668,18 +668,15 @@ enum pq_init_status { |
668 | 668 | * Obsolete. |
669 | 669 | * |
670 | 670 | * CPUCP_PACKET_GENERIC_PASSTHROUGH - |
671 | | - * Generic opcode for all firmware info that is only passed to host |
672 | | - * through the LKD, without getting parsed there. |
| 671 | + * Generic opcode for all firmware info that is only passed to host |
| 672 | + * through the LKD, without getting parsed there. |
673 | 673 | * |
674 | 674 | * CPUCP_PACKET_ACTIVE_STATUS_SET - |
675 | 675 | * LKD sends FW indication whether device is free or in use, this indication is reported |
676 | 676 | * also to the BMC. |
677 | 677 | * |
678 | | - * CPUCP_PACKET_REGISTER_INTERRUPTS - |
679 | | - * Packet to register interrupts indicating LKD is ready to receive events from FW. |
680 | | - * |
681 | 678 | * CPUCP_PACKET_SOFT_RESET - |
682 | | - * Packet to perform soft-reset. |
| 679 | + * Packet to perform soft-reset. |
683 | 680 | * |
684 | 681 | * CPUCP_PACKET_INTS_REGISTER - |
685 | 682 | * Packet to inform FW that queues have been established and LKD is ready to receive |
@@ -750,9 +747,9 @@ enum cpucp_packet_id { |
750 | 747 | CPUCP_PACKET_RESERVED11, /* not used */ |
751 | 748 | CPUCP_PACKET_RESERVED12, /* internal */ |
752 | 749 | CPUCP_PACKET_RESERVED13, /* internal */ |
753 | | - CPUCP_PACKET_SOFT_RESET, /* internal */ |
754 | | - CPUCP_PACKET_INTS_REGISTER, /* internal */ |
755 | | - CPUCP_PACKET_ID_MAX /* must be last */ |
| 750 | + CPUCP_PACKET_SOFT_RESET, /* internal */ |
| 751 | + CPUCP_PACKET_INTS_REGISTER, /* internal */ |
| 752 | + CPUCP_PACKET_ID_MAX /* must be last */ |
756 | 753 | }; |
757 | 754 |
|
758 | 755 | #define CPUCP_PACKET_FENCE_VAL 0xFE8CE7A5 |
|
0 commit comments