mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fix: altered restrictions for Renoir
This commit is contained in:
parent
3607f0c1c7
commit
d7a5fc8055
@ -11,7 +11,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
label: getTranslation("ryzenAdj.psi0Current.label", "PSI0 Current Limit (mA)"),
|
label: getTranslation("ryzenAdj.psi0Current.label", "PSI0 Current Limit (mA)"),
|
||||||
tab: "power",
|
tab: "power",
|
||||||
min: 20,
|
min: 20,
|
||||||
max: 100,
|
max: 150,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 20,
|
default: 20,
|
||||||
ryzenadj_arg: "--psi0-current=",
|
ryzenadj_arg: "--psi0-current=",
|
||||||
@ -25,9 +25,9 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
label: getTranslation("ryzenAdj.vrmmaxCurrent.label", "VRM Current (A)"),
|
label: getTranslation("ryzenAdj.vrmmaxCurrent.label", "VRM Current (A)"),
|
||||||
tab: "power",
|
tab: "power",
|
||||||
min: 20,
|
min: 20,
|
||||||
max: 90,
|
max: 115,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 30,
|
default: 45,
|
||||||
ryzenadj_arg: "--vrmmax-current=",
|
ryzenadj_arg: "--vrmmax-current=",
|
||||||
ryzenadj_value_convert: "toThousand",
|
ryzenadj_value_convert: "toThousand",
|
||||||
},
|
},
|
||||||
@ -94,7 +94,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
min: 50,
|
min: 50,
|
||||||
max: 110,
|
max: 110,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 75,
|
default: 85,
|
||||||
ryzenadj_arg: "--tctl-temp=",
|
ryzenadj_arg: "--tctl-temp=",
|
||||||
ryzenadj_value_convert: null,
|
ryzenadj_value_convert: null,
|
||||||
},
|
},
|
||||||
@ -108,7 +108,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
min: 5,
|
min: 5,
|
||||||
max: 100,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 20,
|
default: 25,
|
||||||
ryzenadj_arg: "--stapm-limit=",
|
ryzenadj_arg: "--stapm-limit=",
|
||||||
ryzenadj_value_convert: "toThousand",
|
ryzenadj_value_convert: "toThousand",
|
||||||
},
|
},
|
||||||
@ -119,7 +119,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
),
|
),
|
||||||
label: getTranslation("ryzenAdj.stapmTime.label", "Long Boost Duration"),
|
label: getTranslation("ryzenAdj.stapmTime.label", "Long Boost Duration"),
|
||||||
tab: "cpu",
|
tab: "cpu",
|
||||||
min: 60,
|
min: 100,
|
||||||
max: 3600,
|
max: 3600,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 900,
|
default: 900,
|
||||||
@ -148,7 +148,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
label: getTranslation("ryzenAdj.slowTime.label", "Short Boost Duration "),
|
label: getTranslation("ryzenAdj.slowTime.label", "Short Boost Duration "),
|
||||||
tab: "cpu",
|
tab: "cpu",
|
||||||
min: 1,
|
min: 1,
|
||||||
max: 60,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 60,
|
default: 60,
|
||||||
ryzenadj_arg: "--slow-time=",
|
ryzenadj_arg: "--slow-time=",
|
||||||
|
Loading…
Reference in New Issue
Block a user