From 5a9fb676bc7923557ca2babb2a4a4fc09eab11dc Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Fri, 31 Jan 2025 17:40:48 -0600 Subject: [PATCH] Fixed description for amdsmi_get_gpu_virtualization_mode Signed-off-by: Maisam Arif Change-Id: I9234a4e7b78f19e16484d7bd5fa078c38f0262ff --- include/amd_smi/amdsmi.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/amd_smi/amdsmi.h b/include/amd_smi/amdsmi.h index c90cebbfb4..c23d78a0f1 100644 --- a/include/amd_smi/amdsmi.h +++ b/include/amd_smi/amdsmi.h @@ -5338,9 +5338,7 @@ amdsmi_get_link_topology_nearest(amdsmi_processor_handle processor_handle, * * @platform{gpu_bm_linux} @platform{host} * - * @details Once called topology_nearest_info will get populated with a list of - * all nearest devices for a given link_type. The list has a count of - * the number of devices found and their respective handles/identifiers. + * @details The virtualization mode is detected and returned as an enum. * * @param[in] processor_handle The identifier of the given device. *