Page MenuHomeFreeBSD

cpufreq(4): calculate power if P-state info comes from MSR
ClosedPublic

Authored by jo_bruelltuete.com on May 18 2023, 12:44 AM.
Tags
None
Referenced Files
F151133901: D40140.id122061.diff
Mon, Apr 6, 7:51 AM
Unknown Object (File)
Mon, Apr 6, 3:39 AM
Unknown Object (File)
Sun, Apr 5, 3:17 PM
Unknown Object (File)
Mon, Mar 30, 11:17 PM
Unknown Object (File)
Sun, Mar 29, 11:18 PM
Unknown Object (File)
Sat, Mar 28, 12:34 AM
Unknown Object (File)
Thu, Mar 19, 8:45 AM
Unknown Object (File)
Thu, Mar 19, 5:15 AM
Subscribers

Details

Test Plan

The numbers coming out match what my BIOS comes up with.
And looking at the sparse documentation available, the calculation is spec'd by AMD.

dev.cpu.0.freq_levels: 3600/3960 2800/2800 2200/1980
dev.cpu.0.freq: 2200

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jo_bruelltuete.com added inline comments.
sys/x86/cpufreq/hwpstate_amd.c
484

is there an integer-pow available in kernel mode?

This revision is now accepted and ready to land.May 22 2023, 4:23 PM

hi @markj, thanks for review.
feel free to commit if you are happy with this.