Skip to content

Commit

Permalink
[AMD][Zen4/Hawk Point] Set default thermal scope to Package (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Mar 23, 2024
1 parent 478a362 commit b571832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -11877,7 +11877,7 @@ static ARCH Arch[ARCHITECTURES] = {
.BaseClock = BaseClock_AMD_Family_19h,
.ClockMod = ClockMod_AMD_Zen,
.TurboClock = TurboClock_AMD_Zen,
.thermalFormula = THERMAL_FORMULA_AMD_ZEN4,
.thermalFormula = THERMAL_FORMULA_AMD_19h,
.voltageFormula = VOLTAGE_FORMULA_AMD_ZEN4,
.powerFormula = POWER_FORMULA_AMD_19h,
.PCI_ids = PCI_AMD_19h_ids,
Expand Down

0 comments on commit b571832

Please sign in to comment.