drm/amd/powerplay: change PPSMC_MSG_GetCurrPkgPwr for Vega10
authorEric Huang <JinHuiEric.Huang@amd.com>
Mon, 26 Jun 2017 15:41:33 +0000 (11:41 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Jun 2017 16:43:51 +0000 (12:43 -0400)
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>
drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h

index e07cab3..b4af9e8 100644 (file)
@@ -124,8 +124,8 @@ typedef uint16_t PPSMC_Result;
 #define PPSMC_MSG_NumOfDisplays                  0x56
 #define PPSMC_MSG_ReadSerialNumTop32             0x58
 #define PPSMC_MSG_ReadSerialNumBottom32          0x59
-#define PPSMC_MSG_GetCurrPkgPwr                  0x5C
-#define PPSMC_Message_Count                      0x5D
+#define PPSMC_MSG_GetCurrPkgPwr                  0x61
+#define PPSMC_Message_Count                      0x62
 
 
 typedef int PPSMC_Msg;