mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: further alterations for Renoir
This commit is contained in:
parent
d2216f4b9f
commit
7a8aa3957f
@ -66,7 +66,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
),
|
),
|
||||||
label: getTranslation("ryzenAdj.minFclkFrequency.label", "Minimum Infinity Fabric frequency (Mhz)"),
|
label: getTranslation("ryzenAdj.minFclkFrequency.label", "Minimum Infinity Fabric frequency (Mhz)"),
|
||||||
tab: "gpu",
|
tab: "gpu",
|
||||||
min: 800,
|
min: 400,
|
||||||
max: 2133,
|
max: 2133,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 800,
|
default: 800,
|
||||||
@ -80,7 +80,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
),
|
),
|
||||||
label: getTranslation("ryzenAdj.maxFclkFrequency.label", "Maximum Infinity Fabric frequency (Mhz)"),
|
label: getTranslation("ryzenAdj.maxFclkFrequency.label", "Maximum Infinity Fabric frequency (Mhz)"),
|
||||||
tab: "gpu",
|
tab: "gpu",
|
||||||
min: 800,
|
min: 400,
|
||||||
max: 2133,
|
max: 2133,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 1200,
|
default: 1200,
|
||||||
@ -105,7 +105,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
),
|
),
|
||||||
label: getTranslation("ryzenAdj.stapmLimit.label", "CPU TDP (W)"),
|
label: getTranslation("ryzenAdj.stapmLimit.label", "CPU TDP (W)"),
|
||||||
tab: "cpu",
|
tab: "cpu",
|
||||||
min: 5,
|
min: 3,
|
||||||
max: 100,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 25,
|
default: 25,
|
||||||
@ -133,7 +133,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
),
|
),
|
||||||
label: getTranslation("ryzenAdj.fastLimit.label", "Long Boost TDP (W)"),
|
label: getTranslation("ryzenAdj.fastLimit.label", "Long Boost TDP (W)"),
|
||||||
tab: "cpu",
|
tab: "cpu",
|
||||||
min: 5,
|
min: 3,
|
||||||
max: 100,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 25,
|
default: 25,
|
||||||
@ -161,7 +161,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
),
|
),
|
||||||
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: 3,
|
||||||
max: 100,
|
max: 100,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 10,
|
default: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user