Removed leftover AMDSMI_MAX_DRIVER_VERSION_LENGTH
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: Iee95728e6eb6d7962ed658b9a77feccb88e24e92
[ROCm/amdsmi commit: 2481573184]
This commit is contained in:
@@ -62,7 +62,6 @@ typedef enum {
|
||||
#define AMDSMI_MAX_MM_IP_COUNT 8
|
||||
#define AMDSMI_MAX_STRING_LENGTH 256
|
||||
#define AMDSMI_MAX_DEVICES 32
|
||||
#define AMDSMI_MAX_DRIVER_VERSION_LENGTH 80
|
||||
#define AMDSMI_MAX_CACHE_TYPES 10
|
||||
#define AMDSMI_MAX_ACCELERATOR_PROFILE 32
|
||||
#define AMDSMI_MAX_CP_PROFILE_RESOURCES 32
|
||||
|
||||
@@ -2615,9 +2615,6 @@ def amdsmi_get_gpu_driver_info(
|
||||
processor_handle, amdsmi_wrapper.amdsmi_processor_handle
|
||||
)
|
||||
|
||||
length = ctypes.c_int()
|
||||
length.value = AMDSMI_MAX_DRIVER_VERSION_LENGTH
|
||||
|
||||
info = amdsmi_wrapper.amdsmi_driver_info_t()
|
||||
_check_res(
|
||||
amdsmi_wrapper.amdsmi_get_gpu_driver_info(
|
||||
|
||||
@@ -104,7 +104,6 @@ where
|
||||
pub const AMDSMI_MAX_MM_IP_COUNT: u32 = 8;
|
||||
pub const AMDSMI_MAX_STRING_LENGTH: u32 = 256;
|
||||
pub const AMDSMI_MAX_DEVICES: u32 = 32;
|
||||
pub const AMDSMI_MAX_DRIVER_VERSION_LENGTH: u32 = 80;
|
||||
pub const AMDSMI_MAX_CONTAINER_TYPE: u32 = 2;
|
||||
pub const AMDSMI_MAX_CACHE_TYPES: u32 = 10;
|
||||
pub const AMDSMI_MAX_NUM_XGMI_PHYSICAL_LINK: u32 = 64;
|
||||
|
||||
مرجع در شماره جدید
Block a user