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:
Quentin “Storm1er” Decaunes 2019-07-25 10:06:47 +00:00
parent f6e8d09522
commit c0ce2a4232

View File

@ -141,5 +141,16 @@
"default": "600",
"ryzenadj_arg": "--max-socclk-frequency=",
"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"
}
}