Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44903326 authored by Eric Huang's avatar Eric Huang Committed by Alex Deucher
Browse files

drm/amd/powerplay: change PPSMC_MSG_GetCurrPkgPwr for Vega10



To follow up SMU FW 28.35.0.

Signed-off-by: default avatarEric Huang <JinHuiEric.Huang@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9211c784
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;