Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/pm: bump SMU 13.0.4 driver_if header version

Align the SMU driver interface version with PMFW to
suppress the version mismatch message on driver loading.

Signed-off-by: Tim Huang <tim.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Tim Huang and committed by
Alex Deucher
3b4723de 0b255ab7

+3 -3
+2 -2
drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h
··· 27 27 // *** IMPORTANT *** 28 28 // SMU TEAM: Always increment the interface version if 29 29 // any structure is changed in this file 30 - #define PMFW_DRIVER_IF_VERSION 7 30 + #define PMFW_DRIVER_IF_VERSION 8 31 31 32 32 typedef struct { 33 33 int32_t value; ··· 198 198 uint16_t SkinTemp; 199 199 uint16_t DeviceState; 200 200 uint16_t CurTemp; //[centi-Celsius] 201 - uint16_t spare2; 201 + uint16_t FilterAlphaValue; 202 202 203 203 uint16_t AverageGfxclkFrequency; 204 204 uint16_t AverageFclkFrequency;
+1 -1
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h
··· 29 29 #define SMU13_DRIVER_IF_VERSION_YELLOW_CARP 0x04 30 30 #define SMU13_DRIVER_IF_VERSION_ALDE 0x08 31 31 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0_0 0x37 32 - #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x07 32 + #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_4 0x08 33 33 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_5 0x04 34 34 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_0_10 0x32 35 35 #define SMU13_DRIVER_IF_VERSION_SMU_V13_0_7 0x37