sys-clk: add config to use governor only on handheld profile #28

This commit is contained in:
hanabbi
2023-07-02 05:34:24 +09:00
parent caad5b5fe8
commit cedec93222
3 changed files with 10 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ The `[values]` section allows you to alter timings in sys-clk, you should not ne
|**charging_current** | Charging current limit (100 mA - 2000 mA) | 2000 mA |
|**charging_limit_perc** | Charging limit (20% - 100%) | 100%(OFF) |
|**governor_experimental** | CPU & GPU frequency governor (Experimental) | OFF |
|**governor_handheld_only**| Use governor only on Handheld Profile | OFF |
|**temp_log_interval_ms** | Defines how often sys-clk log temperatures, in milliseconds (`0` to disable) | 0 ms |
|**csv_write_interval_ms** | Defines how often sys-clk writes to the CSV, in milliseconds (`0` to disable) | 0 ms |
|**poll_interval_ms** | Defines how fast sys-clk checks and applies profiles, in milliseconds | 500 ms |