[Bug 101653] FAN speed is too high when displays are off
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jun 30 03:03:12 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101653
--- Comment #2 from Alexander Tsoy <alexander at tsoy.me> ---
smu7_get_xclk() returns some crazy values when display is off. And this value
depends on some state that changes every boot.
$ sudo journalctl -b -1 -o cat | grep reference_clock | sort | uniq -c
4 amdgpu: reference_clock = 232169472, tmp = 0
5 amdgpu: reference_clock = 2700, tmp = 0
$ sudo journalctl -b -o cat | grep reference_clock | sort | uniq -c
16 amdgpu: reference_clock = 1305214976, tmp = 0
12 amdgpu: reference_clock = 2700, tmp = 0
So now after reboot I get a different FAN speed when display is off:
$ cat /sys/class/hwmon/hwmon6/fan1_input
1057
When display is on, FAN speed is always consistent.
$ cat /sys/class/hwmon/hwmon6/fan1_input
937
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170630/1e00d5fe/attachment.html>
More information about the dri-devel
mailing list