aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/inc/power_state.h
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2015-10-21 10:34:22 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-12-21 16:42:24 -0500
commitfba4eef5847a1c9c8b49c039bc8aa6c9070d058e (patch)
tree7221481e064721250e9169bfb529649e7784b72d /drivers/gpu/drm/amd/powerplay/inc/power_state.h
parentdrm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule. (diff)
downloadlinux-dev-fba4eef5847a1c9c8b49c039bc8aa6c9070d058e.tar.xz
linux-dev-fba4eef5847a1c9c8b49c039bc8aa6c9070d058e.zip
drm/amdgpu/powerplay: add thermal control interface in hwmgr.
Thermal controller interface. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/inc/power_state.h')
-rw-r--r--drivers/gpu/drm/amd/powerplay/inc/power_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/power_state.h b/drivers/gpu/drm/amd/powerplay/inc/power_state.h
index c63bcc7da832..a3f0ce4d5835 100644
--- a/drivers/gpu/drm/amd/powerplay/inc/power_state.h
+++ b/drivers/gpu/drm/amd/powerplay/inc/power_state.h
@@ -122,8 +122,8 @@ struct PP_StateSoftwareAlgorithmBlock {
* Type to hold a temperature range.
*/
struct PP_TemperatureRange {
- uint16_t min;
- uint16_t max;
+ uint32_t min;
+ uint32_t max;
};
struct PP_StateValidationBlock {