Skip to content

Commit

Permalink
Add zenpower for AMD CPU temps (AdnanHodzic#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredinj authored and shadeyg56 committed Feb 12, 2024
1 parent efe92e1 commit f4b8d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_cpufreq/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ def sysinfo():
continue
break
else:
for sensor in ["acpitz", "k10temp"]:
for sensor in ["acpitz", "k10temp", "zenpower"]:
if sensor in temp_sensors:
if temp_sensors[sensor][0].current != 0:
temp_per_cpu = [temp_sensors[sensor][0].current] * online_cpu_count
Expand Down

0 comments on commit f4b8d1f

Please sign in to comment.