aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2017-04-21 05:26:38 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-10 13:36:06 -0400
commitded96c7389c2fdef174d3dbdc6e8c2822312c364 (patch)
tree6f6da91b19e5747c4dc14336e6a8068beb1c425e /drivers/gpu
parent30514decb27d45b98599612cb5d3e6a20ba733a5 (diff)
drm/amd/powerplay: add more smu message on Vega10.
Add some new SMU messages. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h b/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h
index 90beef35bba2..254974d3d371 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h
@@ -122,7 +122,10 @@ typedef uint16_t PPSMC_Result;
122#define PPSMC_MSG_SetFanMinPwm 0x52 122#define PPSMC_MSG_SetFanMinPwm 0x52
123#define PPSMC_MSG_ConfigureGfxDidt 0x55 123#define PPSMC_MSG_ConfigureGfxDidt 0x55
124#define PPSMC_MSG_NumOfDisplays 0x56 124#define PPSMC_MSG_NumOfDisplays 0x56
125#define PPSMC_Message_Count 0x57 125#define PPSMC_MSG_ReadSerialNumTop32 0x58
126#define PPSMC_MSG_ReadSerialNumBottom32 0x59
127#define PPSMC_Message_Count 0x5A
128
126 129
127typedef int PPSMC_Msg; 130typedef int PPSMC_Msg;
128 131