Page MenuHomeFreeBSD

Summary:Add definitions for Intel Speed Shift
ClosedPublic

Authored by bwidawsk on Nov 19 2018, 7:43 PM.
Tags
None
Referenced Files
F152773261: D18050.id.diff
Fri, Apr 17, 12:43 AM
Unknown Object (File)
Tue, Apr 14, 12:28 PM
Unknown Object (File)
Sun, Apr 5, 5:41 AM
Unknown Object (File)
Tue, Mar 31, 9:21 PM
Unknown Object (File)
Tue, Mar 31, 8:39 AM
Unknown Object (File)
Mar 17 2026, 9:11 AM
Unknown Object (File)
Feb 16 2026, 4:42 AM
Unknown Object (File)
Feb 8 2026, 9:07 AM

Details

Summary

These definitions will be used by a driver to implement Hardware
P-States (autonomous control of HWP, via Intel Speed Shift technology).

This is split out from the original RFC patch D18028.

Test Plan

N/A

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20897
Build 20265: arc lint + arc unit

Event Timeline

bwidawsk retitled this revision from Summary: Add definitions for Intel Speed Shift to Summary:Add definitions for Intel Speed Shift.Nov 19 2018, 7:43 PM
bwidawsk added a subscriber: scottph.

I think it is useful to add the decoding of CPUID.6 info identcpu.c, since we start to rely on many bits from there.

sys/x86/include/specialreg.h
557

PECI is not listed in SDM, BTW.

This revision is now accepted and ready to land.Nov 20 2018, 9:30 AM
bwidawsk added inline comments.
sys/x86/include/specialreg.h
557

Ha. Well, I don't think there is much point in keeping that definition then.

This revision was automatically updated to reflect the committed changes.