Skip to content

Commit 549c533

Browse files
committed
[Intel][Skylake/X] Provides Package voltage from Core aggregation
1 parent 10b3a1a commit 549c533

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

x86_64/corefreqd.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8867,7 +8867,12 @@ static void Pkg_ComputeVoltage_Intel_SNB(struct PKG_FLIP_FLOP *PFlip)
88678867
PFlip->Voltage.VID.CPU);
88688868
}
88698869

8870-
#define Pkg_ComputeVoltage_Intel_SKL_X Pkg_ComputeVoltage_None
8870+
static void Pkg_ComputeVoltage_Intel_SKL_X(struct PKG_FLIP_FLOP *PFlip)
8871+
{
8872+
COMPUTE_VOLTAGE(INTEL_SKL_X,
8873+
PFlip->Voltage.CPU,
8874+
PFlip->Voltage.VID.CPU);
8875+
}
88718876

88728877
static void Pkg_ComputeVoltage_Intel_SAV(struct PKG_FLIP_FLOP *PFlip)
88738878
{

0 commit comments

Comments
 (0)