summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
diff options
context:
space:
mode:
authorKenneth Feng <kenneth.feng@amd.com>2018-04-17 21:49:51 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-05-15 13:43:34 -0500
commit1a3132a1cc03abcf153d08f4eb471cd7d396f2a3 (patch)
tree99234554f921f11edd822dc89c4b00fb10ab5905 /drivers/gpu/drm/amd/powerplay
parentbb475839eca7e3990f59a3b4e9e810635ef0ac4a (diff)
downloadlinux-1a3132a1cc03abcf153d08f4eb471cd7d396f2a3.tar.bz2
drm/amd/powerplay: header file interface to SMU update
update vega12 smu interface. Signed-off-by: Kenneth Feng <kenneth.feng@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h b/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
index fb696e3d06cf..2f8a3b983cce 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
@@ -412,8 +412,10 @@ typedef struct {
QuadraticInt_t ReservedEquation2;
QuadraticInt_t ReservedEquation3;
+ uint16_t MinVoltageUlvGfx;
+ uint16_t MinVoltageUlvSoc;
- uint32_t Reserved[15];
+ uint32_t Reserved[14];