mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
Fix typo and add tree monitor items for AMD
This commit is contained in:
@@ -168,7 +168,7 @@ bool amdPstateEditor::applyValues()
|
||||
}
|
||||
}
|
||||
if (!changedMemPstates.isEmpty() || !changedCorePstates.isEmpty()) {
|
||||
cmd.append("echo 'c' > /sys/class/drm/card" + QString::number(types->GPUList[gpuidx].fsindex) + "/device_pp_od_clk_voltage\"");
|
||||
cmd.append("echo 'c' > /sys/class/drm/card" + QString::number(types->GPUList[gpuidx].fsindex) + "/device/pp_od_clk_voltage\"");
|
||||
proc.start(cmd);
|
||||
proc.waitForFinished(-1);
|
||||
if (proc.exitCode() != 0) {
|
||||
|
||||
Reference in New Issue
Block a user