[SWDEV-534605] Increase max devices supported and drm test link type (#625)

Increased the AMDSMI_MAX_DEVICES to 64 to accomodate all
devices in CPX mode. The link type has been modified in
amd-smi to match with rocm-smi types, updated the same
for drm tests.

---------

Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
This commit is contained in:
Kanangot Balakrishnan, Bindhiya
2025-09-17 16:30:04 -05:00
committed by GitHub
parent 902667db3c
commit 6715c5aa92
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -2092,7 +2092,7 @@ typedef struct {
*/
typedef struct {
uint32_t count;
amdsmi_processor_handle processor_list[AMDSMI_MAX_DEVICES+1];
amdsmi_processor_handle processor_list[AMDSMI_MAX_DEVICES * AMDSMI_MAX_NUM_XCP];
uint64_t reserved[14];
} amdsmi_topology_nearest_t;