Skip to content

Commit

Permalink
[AMD][Zen] Added remaining X3D processor models
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Oct 23, 2024
1 parent e43ea90 commit b6522d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions x86_64/corefreqk.h
Original file line number Diff line number Diff line change
Expand Up @@ -6915,6 +6915,7 @@ static PROCESSOR_SPECIFIC AMD_Zen2_MDN_Specific[] = {
static PROCESSOR_SPECIFIC AMD_Zen3_VMR_Specific[] = {
{
.Brand = ZLIST( "AMD Ryzen 5 5600X3D", \
"AMD Ryzen 7 5700X3D", \
"AMD Ryzen 7 5800X3D" ),
.Boost = {+11, +1},
.Param.Offset = {90, 0, 0},
Expand Down Expand Up @@ -8237,6 +8238,19 @@ static PROCESSOR_SPECIFIC AMD_Zen4_RPL_Specific[] = {
|LATCH_HSMP_CAPABLE
},
{
.Brand = ZLIST("AMD Ryzen 5 7600X3D"),
.Boost = {+6, 0},
.Param.Offset = {89, 0, 0},
.CodeNameIdx = CN_RAPHAEL,
.TgtRatioUnlocked = 1,
.ClkRatioUnlocked = 0b10,
.TurboUnlocked = 0,
.UncoreUnlocked = 0,
.HSMP_Capable = 1,
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK\
|LATCH_HSMP_CAPABLE
},
{
.Brand = ZLIST( "AMD Ryzen 5 7600X", \
"AMD Ryzen Embedded 7600X" ),
.Boost = {+6, +1},
Expand Down

0 comments on commit b6522d6

Please sign in to comment.