Page MenuHomeFreeBSD

hwpstate_amd(4): Revamp the softc
ClosedPublic

Authored by olce on Jan 31 2026, 11:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 22, 11:00 PM
Unknown Object (File)
Wed, Mar 18, 10:24 AM
Unknown Object (File)
Sun, Mar 15, 4:57 PM
Unknown Object (File)
Mon, Mar 2, 4:22 PM
Unknown Object (File)
Feb 24 2026, 8:21 PM
Unknown Object (File)
Feb 21 2026, 12:11 AM
Unknown Object (File)
Feb 17 2026, 9:16 AM
Unknown Object (File)
Feb 15 2026, 9:17 AM
Subscribers

Details

Summary

As the new CPPC and old P-states modes are exclusive, put their
respective data in a union.

Rename the field containing the content of the CPPC_REQUEST register.
It it now to be accessed using 'cppc.request'.

Use an 'unsigned int' instead of 'uint32_t' for 'flags'. This is an
internal field whose width could be changed at will. We only have one
flag at the moment.

No functional change intended.

Diff Detail

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