[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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
902667db3c
Коммит
6715c5aa92
@@ -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
|
||||
|
||||
Ссылка в новой задаче
Block a user