Skip to content

Commit 7a1aeb4

Browse files
committed
[AMD][Family 15h] Provides Package voltage from Core aggregation
1 parent 041a6d8 commit 7a1aeb4

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
@@ -8889,7 +8889,12 @@ static void Pkg_ComputeVoltage_Intel_SAV(struct PKG_FLIP_FLOP *PFlip)
88898889

88908890
#define Pkg_ComputeVoltage_AMD_0Fh Pkg_ComputeVoltage_None
88918891

8892-
#define Pkg_ComputeVoltage_AMD_15h Pkg_ComputeVoltage_None
8892+
static void Pkg_ComputeVoltage_AMD_15h(struct PKG_FLIP_FLOP *PFlip)
8893+
{
8894+
COMPUTE_VOLTAGE(AMD_15h,
8895+
PFlip->Voltage.CPU,
8896+
PFlip->Voltage.VID.CPU);
8897+
}
88938898

88948899
static void Pkg_ComputeVoltage_AMD_17h(struct PKG_FLIP_FLOP *PFlip)
88958900
{

0 commit comments

Comments
 (0)