minimum vmax = 800
This commit is contained in:
@@ -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,
|
||||||
{},
|
{},
|
||||||
|
|||||||
Reference in New Issue
Block a user