commit | 3c79684396ec2ac951e16a6d8ae55f4cdcabc7e8 | [log] [tgz] |
---|---|---|
author | Rex Zhu <Rex.Zhu@amd.com> | Wed Mar 21 15:48:36 2018 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 22 14:43:01 2018 -0500 |
tree | c645b0ed2c9987e9406571a71e42ee2ecb560509 | |
parent | cc15dfaa85e8dfc763f22caca54fa097e377ea27 [diff] |
drm/amd/pp: Fix set wrong temperature range on smu7 Fix the issue thermal irq was always triggered as GPU under temperature range detected The low temp in default thermal policy was set to -273. so need to use int type for the low temp. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>