提交 6ca476ba 编写于 作者: A Aaron Liu 提交者: Alex Deucher

drm/amd/powerplay: update SMU12_DRIVER_IF_VERSION to 11

This patch updates SMU12_DRIVER_IF_VERSION to 11.
Signed-off-by: NAaron Liu <aaron.liu@amd.com>
Reviewed-by: NHuang Rui <ray.huang@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册