mirror of
https://github.com/erpalma/throttled.git
synced 2026-03-15 09:24:12 +01:00
Set HWP mode when reloading
This commit is contained in:
parent
49efc27c1e
commit
7b20337840
|
|
@ -555,6 +555,7 @@ def reload_config():
|
|||
regs = calc_reg_values(get_cpu_platform_info(), config)
|
||||
undervolt(config)
|
||||
set_icc_max(config)
|
||||
set_hwp(config.getboolean('AC', 'HWP_Mode', fallback=False))
|
||||
log('[I] Reloading changes.')
|
||||
return config, regs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue