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

drm/amd/powerplay: update SMU12_DRIVER_IF_VERSION to 11

This patch updates SMU12_DRIVER_IF_VERSION to 11.

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Aaron Liu and committed by
Alex Deucher
6ca476ba 1499bcc7

+6 -1
+6 -1
drivers/gpu/drm/amd/powerplay/inc/smu12_driver_if.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 SMU12_DRIVER_IF_VERSION 10 30 + #define SMU12_DRIVER_IF_VERSION 11 31 31 32 32 typedef struct { 33 33 int32_t value; ··· 192 192 uint16_t SocTemperature; //[centi-Celsius] 193 193 uint16_t ThrottlerStatus; 194 194 uint16_t spare; 195 + 196 + uint16_t StapmOriginalLimit; //[mW] 197 + uint16_t StapmCurrentLimit; //[mW] 198 + uint16_t ApuPower; //[mW] 199 + uint16_t dGpuPower; //[mW] 195 200 } SmuMetrics_t; 196 201 197 202