aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h b/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
index 5d07b6ea0a55..a2991fa2e6f8 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
@@ -82,7 +82,8 @@
82#define PPSMC_MSG_SetSoftMaxFclkByFreq 0x33 82#define PPSMC_MSG_SetSoftMaxFclkByFreq 0x33
83#define PPSMC_MSG_SetSoftMaxVcn 0x34 83#define PPSMC_MSG_SetSoftMaxVcn 0x34
84#define PPSMC_MSG_PowerGateMmHub 0x35 84#define PPSMC_MSG_PowerGateMmHub 0x35
85#define PPSMC_Message_Count 0x36 85#define PPSMC_MSG_SetRccPfcPmeRestoreRegister 0x36
86#define PPSMC_Message_Count 0x37
86 87
87 88
88typedef uint16_t PPSMC_Result; 89typedef uint16_t PPSMC_Result;