[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
zatwierdzone przez GitHub
rodzic 902667db3c
commit 6715c5aa92
5 zmienionych plików z 10 dodań i 10 usunięć
+2 -2
Wyświetl plik
@@ -2204,8 +2204,8 @@ struct_amdsmi_topology_nearest_t._pack_ = 1 # source:False
struct_amdsmi_topology_nearest_t._fields_ = [
('count', ctypes.c_uint32),
('PADDING_0', ctypes.c_ubyte * 4),
('processor_list', ctypes.POINTER(None) * 32),
('reserved', ctypes.c_uint64 * 15),
('processor_list', ctypes.POINTER(None) * 256),
('reserved', ctypes.c_uint64 * 14),
]
amdsmi_topology_nearest_t = struct_amdsmi_topology_nearest_t