Commit 6ca476ba authored by Aaron Liu's avatar Aaron Liu Committed by Alex Deucher

drm/amd/powerplay: update SMU12_DRIVER_IF_VERSION to 11

This patch updates SMU12_DRIVER_IF_VERSION to 11.
Signed-off-by: default avatarAaron Liu <aaron.liu@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1499bcc7
......@@ -27,7 +27,7 @@
// *** IMPORTANT ***
// SMU TEAM: Always increment the interface version if
// any structure is changed in this file
#define SMU12_DRIVER_IF_VERSION 10
#define SMU12_DRIVER_IF_VERSION 11
typedef struct {
int32_t value;
......@@ -192,6 +192,11 @@ typedef struct {
uint16_t SocTemperature; //[centi-Celsius]
uint16_t ThrottlerStatus;
uint16_t spare;
uint16_t StapmOriginalLimit; //[mW]
uint16_t StapmCurrentLimit; //[mW]
uint16_t ApuPower; //[mW]
uint16_t dGpuPower; //[mW]
} SmuMetrics_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment