ryzen-controller/js/options_data.json

135 lines
4.3 KiB
JSON
Raw Normal View History

2020-01-02 16:38:14 +07:00
{
"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",
2020-01-02 16:38:14 +07:00
"tab": "Power Settings",
"min": "1",
"max": "3600",
"step": "1",
"default": "900",
"ryzenadj_arg": "--slow-time=",
"ryzenadj_value_convert": "toThousand"
2019-06-05 23:08:00 +07:00
},
2020-01-02 16:38:14 +07:00
"psi0_current_limit": {
"description": "The limit of current we let the motherboard deliver to the PSI0.",
"label": "PSI0 Current Limit (mA)",
"tab": "Power Settings",
"min": "20",
"max": "100",
"step": "1",
"default": "20",
"ryzenadj_arg": "--psi0-current=",
"ryzenadj_value_convert": "toHex"
},
"vrm_current_m_a": {
"description": "The limit of current we let the motherboard deliver to the CPU.",
"label": "VRM Current (A)",
"tab": "Power Settings",
"min": "20",
"max": "75",
"step": "1",
"default": "30",
"ryzenadj_arg": "--vrmmax-current=",
"ryzenadj_value_convert": "toHex"
},
"min_gfxclk_frequency": {
"description": "The minimum clock speed the integrated (Vega) GPU is allowed to run at.",
"label": "Minimum Vega iGPU Clock Frequency (Mhz)",
"tab": "GPU Settings",
"min": "400",
"max": "1300",
"step": "1",
"default": "400",
"ryzenadj_arg": "--min-gfxclk=",
"ryzenadj_value_convert": "roundTen"
},
"max_gfxclk_frequency": {
"description": "The maximum clock speed the integrated (Vega) GPU is allowed to run at.",
"label": "Maximum Vega iGPU Clock Frequency (Mhz)",
"tab": "GPU Settings",
"min": "400",
"max": "1300",
"step": "1",
"default": "1100",
"ryzenadj_arg": "--max-gfxclk=",
"ryzenadj_value_convert": "roundTen"
},
2019-06-05 23:08:00 +07:00
"min_fclk_frequency": {
2020-01-02 16:38:14 +07:00
"description": "Infinity Fabric is AMD's marketing term for the bus connection that connects processor dies (GPU/CPU). This define the bus's min. clock limit.",
"label": "Minimum Infinity Fabric frequency (Mhz)",
"tab": "GPU Settings",
2019-06-05 23:08:00 +07:00
"min": "800",
"max": "1600",
"step": "1",
"default": "800",
"ryzenadj_arg": "--min-fclk-frequency=",
"ryzenadj_value_convert": false
2019-06-05 23:08:00 +07:00
},
"max_fclk_frequency": {
2020-01-02 16:38:14 +07:00
"description": "Infinity Fabric is AMD's marketing term for the bus connection that connects processor dies (GPU/CPU). This define the bus's max. clock limit.",
"label": "Maximum Infinity Fabric frequency (Mhz)",
"tab": "GPU Settings",
"min": "800",
"max": "1600",
"step": "1",
"default": "1200",
"ryzenadj_arg": "--max-fclk-frequency=",
"ryzenadj_value_convert": false
},
"temperature_limit_c": {
"description": "The temperature the CPU can reach before boost levels off.",
"label": "Temperature Limit (°C)",
2020-01-02 16:38:14 +07:00
"tab": "CPU Settings",
"min": "50",
"max": "100",
"step": "1",
"default": "75",
"ryzenadj_arg": "--tctl-temp=",
"ryzenadj_value_convert": false
},
"stapm_limit_w": {
"description": "Skin Temperature Aware Power Management. This will define the socket power package limit which is used to manage the device boost period.",
2020-01-02 16:38:14 +07:00
"label": "CPU TDP (W)",
"tab": "CPU Settings",
"min": "5",
"max": "60",
"step": "1",
"default": "20",
"ryzenadj_arg": "--stapm-limit=",
"ryzenadj_value_convert": "toThousand"
},
"stapm_time_ms": {
"description": "Skin Temperature Aware Power Management. This will define the boost period to be used.",
2020-01-02 16:38:14 +07:00
"label": "CPU Boost Period",
"tab": "CPU Settings",
"min": "1",
"max": "3600",
"step": "1",
"default": "900",
"ryzenadj_arg": "--stapm-time=",
"ryzenadj_value_convert": "toThousand"
},
"ppt_fast_limit_w": {
"description": "The amount of power the CPU can draw while boost levels on.",
2020-01-02 16:38:14 +07:00
"label": "CPU Boost TDP (W)",
"tab": "CPU Settings",
"min": "5",
"max": "60",
"step": "1",
"default": "25",
"ryzenadj_arg": "--fast-limit=",
"ryzenadj_value_convert": "toThousand"
},
"ppt_slow_limit_w": {
"description": "The amount of power the CPU can draw while boost levels off.",
2020-01-02 16:38:14 +07:00
"label": "CPU Min TDP (W)",
"tab": "CPU Settings",
"min": "5",
"max": "60",
"step": "1",
"default": "10",
"ryzenadj_arg": "--slow-limit=",
"ryzenadj_value_convert": "toThousand"
2019-06-05 23:08:00 +07:00
}
}