mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 18:13:28 +07:00
Add slow ppt constant time to experimental tab.
See https://www.anandtech.com/show/14605/the-and-ryzen-3700x-3900x-review-raising-the-bar/19 for information.
This commit is contained in:
parent
f6e8d09522
commit
c0ce2a4232
@ -141,5 +141,16 @@
|
|||||||
"default": "600",
|
"default": "600",
|
||||||
"ryzenadj_arg": "--max-socclk-frequency=",
|
"ryzenadj_arg": "--max-socclk-frequency=",
|
||||||
"ryzenadj_value_convert": "roundTen"
|
"ryzenadj_value_convert": "roundTen"
|
||||||
|
},
|
||||||
|
"slow_ppt_constant_time": {
|
||||||
|
"description": "This define the period to be used out of boost period to deliver a constant power to be delivered to the socket.",
|
||||||
|
"label": "Package Power Tracking (PPT) - Slow period",
|
||||||
|
"tab": "experimental",
|
||||||
|
"min": "1",
|
||||||
|
"max": "3600",
|
||||||
|
"step": "1",
|
||||||
|
"default": "900",
|
||||||
|
"ryzenadj_arg": "--slow-time=",
|
||||||
|
"ryzenadj_value_convert": "toThousand"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user