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
Unknown Object (File)
Sun, Aug 2, 3:53 AM
Unknown Object (File)
Sat, Aug 1, 8:41 AM
Unknown Object (File)
Tue, Jul 28, 1:07 PM
Unknown Object (File)
Wed, Jul 22, 1:21 PM
Unknown Object (File)
Sun, Jul 19, 8:54 PM
Unknown Object (File)
Sun, Jul 19, 11:14 AM
Unknown Object (File)
Fri, Jul 17, 9:34 PM
Unknown Object (File)
Fri, Jul 17, 9:34 PM
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.