[SWDEV-515031] Change Header Version to 25.2.0 (#109)
Change Versioning Scheme to match https://semver.org/ Dropping the year enum and API fields in a future release. Should not impact library versioning since we are now starting from 25.2.0 --------- Signed-off-by: Joseph Narlo <joseph.narlo@amd.com> Co-authored-by: Arif, Maisam <Maisam.Arif@amd.com> Change-Id: Id090e23f156926d08f9c0b781447388adf268cf6
Este commit está contenido en:
cometido por
Maisam Arif
padre
7745f4f6c9
commit
d7c3ad0886
@@ -127,9 +127,9 @@ pub const AMDSMI_MAX_NUM_XCC: u32 = 8;
|
||||
pub const AMDSMI_MAX_NUM_XCP: u32 = 8;
|
||||
pub const AMDSMI_TIME_FORMAT: &[u8; 20] = b"%02d:%02d:%02d.%03d\0";
|
||||
pub const AMDSMI_DATE_FORMAT: &[u8; 35] = b"%04d-%02d-%02d:%02d:%02d:%02d.%03d\0";
|
||||
pub const AMDSMI_LIB_VERSION_YEAR: u32 = 24;
|
||||
pub const AMDSMI_LIB_VERSION_MAJOR: u32 = 7;
|
||||
pub const AMDSMI_LIB_VERSION_MINOR: u32 = 1;
|
||||
pub const AMDSMI_LIB_VERSION_YEAR: u32 = 25;
|
||||
pub const AMDSMI_LIB_VERSION_MAJOR: u32 = 25;
|
||||
pub const AMDSMI_LIB_VERSION_MINOR: u32 = 2;
|
||||
pub const AMDSMI_LIB_VERSION_RELEASE: u32 = 0;
|
||||
pub const AMDSMI_MAX_NUM_FREQUENCIES: u32 = 33;
|
||||
pub const AMDSMI_MAX_FAN_SPEED: u32 = 255;
|
||||
@@ -1889,7 +1889,6 @@ const _: () = {
|
||||
["Size of AmdsmiVersionT"][::std::mem::size_of::<AmdsmiVersionT>() - 24usize];
|
||||
["Alignment of AmdsmiVersionT"][::std::mem::align_of::<AmdsmiVersionT>() - 8usize];
|
||||
["Offset of field: AmdsmiVersionT::year"]
|
||||
[::std::mem::offset_of!(AmdsmiVersionT, year) - 0usize];
|
||||
["Offset of field: AmdsmiVersionT::major"]
|
||||
[::std::mem::offset_of!(AmdsmiVersionT, major) - 4usize];
|
||||
["Offset of field: AmdsmiVersionT::minor"]
|
||||
|
||||
Referencia en una nueva incidencia
Block a user