<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - RX 5700 XT Navi - amdgpu.ppfeaturemask=0xffffffff causes stuttering and does not unlock clock/voltage/power controls"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111762#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - RX 5700 XT Navi - amdgpu.ppfeaturemask=0xffffffff causes stuttering and does not unlock clock/voltage/power controls"
href="https://bugs.freedesktop.org/show_bug.cgi?id=111762">bug 111762</a>
from <span class="vcard"><a class="email" href="mailto:tempel.julian@gmail.com" title="tempel.julian@gmail.com">tempel.julian@gmail.com</a>
</span></b>
<pre>Tested custom soft power play table via UPP on Polaris and it generally seems
to work well (might be able to test Navi at a later time).
However, there is the issue that the voltage gets reset when there is a
modeline switch. So I've written a script which checks the voltage and restarts
UPP when it exceeds values which would not occur with my undervolting:
#!/bin/bash
while true; do
sleep 1
read -r num <
/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/hwmon/hwmon0/in0_input
if [[ "$num" -gt 1030 ]]; then
systemctl restart amdgpu-oc && systemctl restart amdgpu-fancontrol
fi
done</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>