diff options
author | Alon Mizrahi <amizrahi@habana.ai> | 2020-12-01 17:44:11 +0100 |
---|---|---|
committer | Oded Gabbay <ogabbay@kernel.org> | 2020-12-28 07:47:37 +0100 |
commit | 429f1571e8f0b14ec42b8fb14efcfc0576b2788f (patch) | |
tree | f937fd95372054e8a4fe1a1b4eef8668477574b3 /include | |
parent | habanalabs: Fix a missing-braces warning (diff) | |
download | linux-429f1571e8f0b14ec42b8fb14efcfc0576b2788f.tar.xz linux-429f1571e8f0b14ec42b8fb14efcfc0576b2788f.zip |
habanalabs: add comment for pll frequency ioctl opcode
Forgot to add the comment for the opcode when it was added.
Signed-off-by: Alon Mizrahi <amizrahi@habana.ai>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/misc/habanalabs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/misc/habanalabs.h b/include/uapi/misc/habanalabs.h index 8c15a7d336a0..dc8bcec195cc 100644 --- a/include/uapi/misc/habanalabs.h +++ b/include/uapi/misc/habanalabs.h @@ -279,6 +279,7 @@ enum hl_device_status { * HL_INFO_CLK_THROTTLE_REASON - Retrieve clock throttling reason * HL_INFO_SYNC_MANAGER - Retrieve sync manager info per dcore * HL_INFO_TOTAL_ENERGY - Retrieve total energy consumption + * HL_INFO_PLL_FREQUENCY - Retrieve PLL frequency */ #define HL_INFO_HW_IP_INFO 0 #define HL_INFO_HW_EVENTS 1 |