Skip to content

Commit

Permalink
[AMD][RPL/X3D] Disabling the turbo boosted P-states change
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring authored and CyrIng committed Apr 27, 2023
1 parent 6740005 commit 11bdf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -7271,7 +7271,7 @@ static PROCESSOR_SPECIFIC AMD_Zen4_RPL_Specific[] = {
.CodeNameIdx = CN_RAPHAEL,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 1,
.TurboUnlocked = 0,
.UncoreUnlocked = 0,
.HSMP_Capable = 1,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK\
Expand All @@ -7284,7 +7284,7 @@ static PROCESSOR_SPECIFIC AMD_Zen4_RPL_Specific[] = {
.CodeNameIdx = CN_RAPHAEL,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 1,
.TurboUnlocked = 0,
.UncoreUnlocked = 0,
.HSMP_Capable = 1,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK\
Expand All @@ -7297,7 +7297,7 @@ static PROCESSOR_SPECIFIC AMD_Zen4_RPL_Specific[] = {
.CodeNameIdx = CN_RAPHAEL,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 1,
.TurboUnlocked = 0,
.UncoreUnlocked = 0,
.HSMP_Capable = 1,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK\
Expand Down

0 comments on commit 11bdf0a

Please sign in to comment.