Commit 75e50086 authored by Eric Huang's avatar Eric Huang Committed by Alex Deucher

drm/amd/powerplay: add one smc message for Vega10

This is used to fix performance drop caused by updated SMU FW.
Signed-off-by: default avatarEric Huang <JinHuiEric.Huang@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7265d50e
...@@ -131,7 +131,8 @@ typedef uint16_t PPSMC_Result; ...@@ -131,7 +131,8 @@ typedef uint16_t PPSMC_Result;
#define PPSMC_MSG_RunAcgInOpenLoop 0x5E #define PPSMC_MSG_RunAcgInOpenLoop 0x5E
#define PPSMC_MSG_InitializeAcg 0x5F #define PPSMC_MSG_InitializeAcg 0x5F
#define PPSMC_MSG_GetCurrPkgPwr 0x61 #define PPSMC_MSG_GetCurrPkgPwr 0x61
#define PPSMC_Message_Count 0x62 #define PPSMC_MSG_UpdatePkgPwrPidAlpha 0x68
#define PPSMC_Message_Count 0x69
typedef int PPSMC_Msg; typedef int PPSMC_Msg;
......
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