mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
3272cfcf73
commit
fc3a4fc631
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue