summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2017-06-24 18:11:53 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-07-14 11:06:08 -0400
commitfc3a4fc6317a807002d4f3b6a8af50983feb98cd (patch)
tree28564956348dc16010218b88c23c7f935a1482f7 /drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h
parent3272cfcf73b9e0932a037ed711347ce9dc97c16e (diff)
drm/amd/powerplay: add acg support in pptable for vega10
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/drm/amd/powerplay/inc/smu9_driver_if.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h b/drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h
index 532186b6f941..f6d6c61f796a 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h
@@ -312,7 +312,10 @@ typedef struct {
PllSetting_t GfxBoostState;
- uint32_t Reserved[14];
+ uint8_t AcgEnable[NUM_GFXCLK_DPM_LEVELS];
+ GbVdroopTable_t AcgBtcGbVdroopTable;
+ QuadraticInt_t AcgAvfsGb;
+ uint32_t Reserved[4];
/* Padding - ignore */
uint32_t MmHubPadding[7]; /* SMU internal use */