aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
diff options
context:
space:
mode:
authorEvan Quan <evan.quan@amd.com>2017-09-26 11:37:34 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-10-06 17:43:38 -0400
commitd0d9db8864af8dca3bb9586402d6334e5bab8f4d (patch)
tree2584990b21d015a3d257ecaeb5c7ee385c3194db /drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
parentdrm/amd/powerplay: fixed wrong return value on error (v2) (diff)
downloadlinux-dev-d0d9db8864af8dca3bb9586402d6334e5bab8f4d.tar.xz
linux-dev-d0d9db8864af8dca3bb9586402d6334e5bab8f4d.zip
drm/amd/powerplay: added new raven ppsmc messages
Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h7
1 files changed, 6 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 901c960cfe21..2b3497135bbd 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
@@ -70,7 +70,12 @@
#define PPSMC_MSG_SetPhyclkVoltageByFreq 0x26
#define PPSMC_MSG_SetDppclkVoltageByFreq 0x27
#define PPSMC_MSG_SetSoftMinVcn 0x28
-#define PPSMC_Message_Count 0x29
+#define PPSMC_MSG_GetGfxclkFrequency 0x2A
+#define PPSMC_MSG_GetFclkFrequency 0x2B
+#define PPSMC_MSG_GetMinGfxclkFrequency 0x2C
+#define PPSMC_MSG_GetMaxGfxclkFrequency 0x2D
+#define PPSMC_MSG_SoftReset 0x2E
+#define PPSMC_Message_Count 0x2F
typedef uint16_t PPSMC_Result;