mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-23 02:23:31 +07:00
135 lines
4.3 KiB
JSON
135 lines
4.3 KiB
JSON
{
|
|
"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": "Power Settings",
|
|
"min": "1",
|
|
"max": "3600",
|
|
"step": "1",
|
|
"default": "900",
|
|
"ryzenadj_arg": "--slow-time=",
|
|
"ryzenadj_value_convert": "toThousand"
|
|
},
|
|
"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"
|
|
},
|
|
"min_fclk_frequency": {
|
|
"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",
|
|
"min": "800",
|
|
"max": "1600",
|
|
"step": "1",
|
|
"default": "800",
|
|
"ryzenadj_arg": "--min-fclk-frequency=",
|
|
"ryzenadj_value_convert": false
|
|
},
|
|
"max_fclk_frequency": {
|
|
"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)",
|
|
"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.",
|
|
"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.",
|
|
"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.",
|
|
"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.",
|
|
"label": "CPU Min TDP (W)",
|
|
"tab": "CPU Settings",
|
|
"min": "5",
|
|
"max": "60",
|
|
"step": "1",
|
|
"default": "10",
|
|
"ryzenadj_arg": "--slow-limit=",
|
|
"ryzenadj_value_convert": "toThousand"
|
|
}
|
|
}
|