minimum vmax = 800

This commit is contained in:
Lightos1
2026-03-15 20:49:56 +01:00
parent 59ca1f18d6
commit 782fae1624

View File

@@ -1292,11 +1292,11 @@ protected:
// }); // });
addConfigButton(KipConfigValue_marikoGpuVmin, "GPU VMIN", ValueRange(0, 0, 0, "0", 1), "GPU VMIN", &thresholdsDisabled, {}, mGpuVoltsVmin, false); addConfigButton(KipConfigValue_marikoGpuVmin, "GPU VMIN", ValueRange(0, 0, 0, "0", 1), "GPU VMIN", &thresholdsDisabled, {}, mGpuVoltsVmin, false);
ValueThresholds MgpuVmaxThresholds(800, 850); ValueThresholds MgpuVmaxThresholds(805, 850);
addConfigButton( addConfigButton(
KipConfigValue_marikoGpuVmax, KipConfigValue_marikoGpuVmax,
"GPU Maximum Voltage", "GPU Maximum Voltage",
ValueRange(750, 960, 5, "mV", 1), ValueRange(800, 960, 5, "mV", 1),
"GPU Maximum Voltage", "GPU Maximum Voltage",
&MgpuVmaxThresholds, &MgpuVmaxThresholds,
{}, {},