Page MenuHomeFreeBSD

Summary:Add definitions for Intel Speed Shift
ClosedPublic

Authored by bwidawsk on Nov 19 2018, 7:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 12, 1:44 AM
Unknown Object (File)
Nov 24 2024, 4:27 PM
Unknown Object (File)
Nov 24 2024, 4:00 AM
Unknown Object (File)
Nov 17 2024, 6:43 PM
Unknown Object (File)
Nov 16 2024, 3:03 PM
Unknown Object (File)
Nov 16 2024, 2:49 PM
Unknown Object (File)
Oct 31 2024, 4:56 PM
Unknown Object (File)
Oct 5 2024, 2:19 PM

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #50612)

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 ↗(On Diff #50612)

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.