diff options
author | Eric Huang <JinHuiEric.Huang@amd.com> | 2017-06-26 11:41:33 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-06-29 12:43:51 -0400 |
commit | 44903326516544e819be91bb09152c1649c17212 (patch) | |
tree | 92118206e5359d0a682ee5feae2fa4c382ba6781 | |
parent | 9211c784c64e56a87a6ef66e65506bc82fdb7076 (diff) |
drm/amd/powerplay: change PPSMC_MSG_GetCurrPkgPwr for Vega10
To follow up SMU FW 28.35.0.
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h b/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h index e07cab311c7a..b4af9e85dfa5 100644 --- a/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h +++ b/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h | |||
@@ -124,8 +124,8 @@ typedef uint16_t PPSMC_Result; | |||
124 | #define PPSMC_MSG_NumOfDisplays 0x56 | 124 | #define PPSMC_MSG_NumOfDisplays 0x56 |
125 | #define PPSMC_MSG_ReadSerialNumTop32 0x58 | 125 | #define PPSMC_MSG_ReadSerialNumTop32 0x58 |
126 | #define PPSMC_MSG_ReadSerialNumBottom32 0x59 | 126 | #define PPSMC_MSG_ReadSerialNumBottom32 0x59 |
127 | #define PPSMC_MSG_GetCurrPkgPwr 0x5C | 127 | #define PPSMC_MSG_GetCurrPkgPwr 0x61 |
128 | #define PPSMC_Message_Count 0x5D | 128 | #define PPSMC_Message_Count 0x62 |
129 | 129 | ||
130 | 130 | ||
131 | typedef int PPSMC_Msg; | 131 | typedef int PPSMC_Msg; |