From 9de72d438db98f14049d37ab8a5ce90ff0f3c0d4 Mon Sep 17 00:00:00 2001 From: SakaSitharammurthy Date: Thu, 11 Dec 2025 23:12:23 +0530 Subject: [PATCH] Updated amd-smi.h documentation (#2031) Signed-off-by: Saka, Sitharam Murthy --- projects/amdsmi/include/amd_smi/amdsmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/amdsmi/include/amd_smi/amdsmi.h b/projects/amdsmi/include/amd_smi/amdsmi.h index 8061f12b68..56aea53355 100644 --- a/projects/amdsmi/include/amd_smi/amdsmi.h +++ b/projects/amdsmi/include/amd_smi/amdsmi.h @@ -2430,7 +2430,7 @@ typedef struct { * can be discovered by ::amdsmi_get_socket_handles(). AMDSMI_INIT_AMD_GPUS returns * sockets with AMD GPUS, and AMDSMI_INIT_AMD_GPUS | AMDSMI_INIT_AMD_CPUS returns * sockets with either AMD GPUS or CPUS. - * Currently, only AMDSMI_INIT_AMD_GPUS is supported. + * Both AMDSMI_INIT_AMD_GPUS and AMDSMI_INIT_AMD_CPUS flags are supported. * * @param[in] init_flags Bit flags that tell SMI how to initialze. Values of * ::amdsmi_init_flags_t may be OR'd together and passed through @p init_flags