power: Refactor TDP limiting to allow for different backends

This commit is contained in:
Vicki Pfau 2025-03-21 19:42:07 -07:00
parent 45edfe2c7c
commit a3125be955
5 changed files with 167 additions and 67 deletions

View file

@ -30,6 +30,9 @@ no_validate_flag = "--skip-validation"
systemd = "jupiter-fan-control.service"
[tdp_limit]
method = "gpu_hwmon"
[tdp_limit.range]
min = 3
max = 15