Commit 64234eab authored by Tim Huang's avatar Tim Huang Committed by Alex Deucher

drm/amdgpu/pm: update smu driver interface header for SMU IP v13.0.4

Update the SmuMetrics_t defination and SMU driver interface version.
Signed-off-by: default avatarTim Huang <tim.huang@amd.com>
Reviewed-by: default avatarYifan Zhang <yifan1.zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fb1a140b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
// *** IMPORTANT *** // *** IMPORTANT ***
// SMU TEAM: Always increment the interface version if // SMU TEAM: Always increment the interface version if
// any structure is changed in this file // any structure is changed in this file
#define PMFW_DRIVER_IF_VERSION 4 #define PMFW_DRIVER_IF_VERSION 5
typedef struct { typedef struct {
int32_t value; int32_t value;
...@@ -197,6 +197,8 @@ typedef struct { ...@@ -197,6 +197,8 @@ typedef struct {
uint16_t SkinTemp; uint16_t SkinTemp;
uint16_t DeviceState; uint16_t DeviceState;
uint16_t CurTemp; //[centi-Celsius]
uint16_t spare2;
} SmuMetrics_t; } SmuMetrics_t;
typedef struct { typedef struct {
......
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