mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
fix: fixed short duration
This commit is contained in:
parent
04f3f7513d
commit
9ab8b5b665
@ -112,7 +112,6 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
ryzenadj_arg: "--stapm-limit=",
|
ryzenadj_arg: "--stapm-limit=",
|
||||||
ryzenadj_value_convert: "toThousand",
|
ryzenadj_value_convert: "toThousand",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
description: getTranslation(
|
description: getTranslation(
|
||||||
"ryzenAdj.stapmTime.desc",
|
"ryzenAdj.stapmTime.desc",
|
||||||
@ -142,11 +141,6 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
ryzenadj_value_convert: "toThousand",
|
ryzenadj_value_convert: "toThousand",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: getTranslation(
|
|
||||||
"ryzenAdj.slowLimit.desc",
|
|
||||||
"The amount of power the CPU can draw while boost levels off."
|
|
||||||
),
|
|
||||||
{
|
|
||||||
description: getTranslation(
|
description: getTranslation(
|
||||||
"ryzenAdj.slowTime.desc",
|
"ryzenAdj.slowTime.desc",
|
||||||
"This define the period to be used out of boost period to deliver a constant power to be delivered to the socket."
|
"This define the period to be used out of boost period to deliver a constant power to be delivered to the socket."
|
||||||
@ -160,6 +154,11 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
ryzenadj_arg: "--slow-time=",
|
ryzenadj_arg: "--slow-time=",
|
||||||
ryzenadj_value_convert: null,
|
ryzenadj_value_convert: null,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
description: getTranslation(
|
||||||
|
"ryzenAdj.slowLimit.desc",
|
||||||
|
"The amount of power the CPU can draw while boost levels off."
|
||||||
|
),
|
||||||
label: getTranslation("ryzenAdj.slowLimit.label", "Short Boost TDP (W)"),
|
label: getTranslation("ryzenAdj.slowLimit.label", "Short Boost TDP (W)"),
|
||||||
tab: "cpu",
|
tab: "cpu",
|
||||||
min: 5,
|
min: 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user