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)
Oct 18 2024, 11:58 AM
Unknown Object (File)
Sep 22 2024, 12:37 AM
Unknown Object (File)
Sep 21 2024, 8:59 PM
Unknown Object (File)
Sep 19 2024, 10:31 AM
Unknown Object (File)
Sep 19 2024, 2:30 AM
Unknown Object (File)
Sep 18 2024, 10:18 AM
Unknown Object (File)
Sep 6 2024, 3:58 AM
Unknown Object (File)
Aug 28 2024, 6:58 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.