summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2016-03-23 15:04:23 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-05-04 20:29:03 -0400
commite16ff21d2a694a317b62318822090c5350e58088 (patch)
treec46ccb5f4f529db767c7da21098dfa4ceeeb8b31 /drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
parent9e26bbb36ad6cac78accf959271604449d9ee887 (diff)
downloadop-kernel-dev-e16ff21d2a694a317b62318822090c5350e58088.zip
op-kernel-dev-e16ff21d2a694a317b62318822090c5350e58088.tar.gz
drm/amd/powerplay: parameter updates according to SMC.
Update to latest changes for SMC team. 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/smu74_discrete.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h b/drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
index f6a7591..0dfe823 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
@@ -323,14 +323,14 @@ struct SMU74_Discrete_DpmTable {
uint16_t BAPMTI_R[SMU74_DTE_ITERATIONS][SMU74_DTE_SOURCES][SMU74_DTE_SINKS];
uint16_t BAPMTI_RC[SMU74_DTE_ITERATIONS][SMU74_DTE_SOURCES][SMU74_DTE_SINKS];
- uint8_t DTEAmbientTempBase;
- uint8_t DTETjOffset;
- uint8_t GpuTjMax;
- uint8_t GpuTjHyst;
+ uint16_t TemperatureLimitEdge;
+ uint16_t TemperatureLimitHotspot;
+
uint16_t BootVddc;
uint16_t BootVddci;
- uint32_t BAPM_TEMP_GRADIENT;
+ uint16_t FanGainEdge;
+ uint16_t FanGainHotspot;
uint32_t LowSclkInterruptThreshold;
uint32_t VddGfxReChkWait;
OpenPOWER on IntegriCloud