Skip to content

Commit

Permalink
[Intel][Goldmont & Denverton] Changed Vcore formula (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Feb 22, 2024
1 parent 5d1be50 commit 915beb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -9596,7 +9596,7 @@ static ARCH Arch[ARCHITECTURES] = {
.ClockMod = ClockMod_SandyBridge_PPC,
.TurboClock = Intel_Turbo_Config8C,
.thermalFormula = THERMAL_FORMULA_INTEL,
.voltageFormula = VOLTAGE_FORMULA_INTEL_SOC,
.voltageFormula = VOLTAGE_FORMULA_INTEL_SNB,
.powerFormula = POWER_FORMULA_INTEL_ATOM,
.PCI_ids = PCI_Void_ids,
.Uncore = {
Expand Down Expand Up @@ -10690,7 +10690,7 @@ static ARCH Arch[ARCHITECTURES] = {
.ClockMod = ClockMod_SandyBridge_PPC,
.TurboClock = Intel_Turbo_Config8C,
.thermalFormula = THERMAL_FORMULA_INTEL,
.voltageFormula = VOLTAGE_FORMULA_INTEL_SOC,
.voltageFormula = VOLTAGE_FORMULA_INTEL_SNB,
.powerFormula = POWER_FORMULA_INTEL_ATOM,
.PCI_ids = PCI_Void_ids,
.Uncore = {
Expand Down

0 comments on commit 915beb5

Please sign in to comment.