summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
diff options
context:
space:
mode:
authorRex Zhu2016-03-23 08:04:23 +0100
committerAlex Deucher2016-05-05 02:29:03 +0200
commite16ff21d2a694a317b62318822090c5350e58088 (patch)
treec46ccb5f4f529db767c7da21098dfa4ceeeb8b31 /drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h
parentdrm/amd/powerplay: add fan control mode interface for baffin (diff)
downloadkernel-qcow2-linux-e16ff21d2a694a317b62318822090c5350e58088.tar.gz
kernel-qcow2-linux-e16ff21d2a694a317b62318822090c5350e58088.tar.xz
kernel-qcow2-linux-e16ff21d2a694a317b62318822090c5350e58088.zip
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 f6a7591274ba..0dfe82336dc7 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;