projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31e8a2
)
drm/amd/powerplay: add new smu message.
author
Rex Zhu
<Rex.Zhu@amd.com>
Wed, 21 Dec 2016 12:40:03 +0000
(20:40 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 27 Jan 2017 16:13:13 +0000
(11:13 -0500)
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>
drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h
b/drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h
index
bce0009
..
fbc504c
100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h
+++ b/
drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h
@@
-394,6
+394,9
@@
typedef uint16_t PPSMC_Result;
#define PPSMC_MSG_SetVBITimeout ((uint16_t) 0x306)
+#define PPSMC_MSG_EnableDpmDidt ((uint16_t) 0x309)
+#define PPSMC_MSG_DisableDpmDidt ((uint16_t) 0x30A)
+
#define PPSMC_MSG_SecureSRBMWrite ((uint16_t) 0x600)
#define PPSMC_MSG_SecureSRBMRead ((uint16_t) 0x601)
#define PPSMC_MSG_SetAddress ((uint16_t) 0x800)