Skip to content

Commit 37d9359

Browse files
committed
[AMD][Zen5/Granite Ridge] Added Ryzen 7 9800X3D processor
1 parent 040697f commit 37d9359

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

x86_64/corefreqk.h

+13
Original file line numberDiff line numberDiff line change
@@ -9081,6 +9081,19 @@ static PROCESSOR_SPECIFIC AMD_Zen5_Eldora_Specific[] = {
90819081
|LATCH_HSMP_CAPABLE
90829082
},
90839083
{
9084+
.Brand = ZLIST("AMD Ryzen 7 9800X3D"),
9085+
.Boost = {+5, 0},
9086+
.Param.Offset = {95, 0, 0},
9087+
.CodeNameIdx = CN_ELDORA,
9088+
.TgtRatioUnlocked = 1,
9089+
.ClkRatioUnlocked = 0b10,
9090+
.TurboUnlocked = 1,
9091+
.UncoreUnlocked = 0,
9092+
.HSMP_Capable = 1,
9093+
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK\
9094+
|LATCH_HSMP_CAPABLE
9095+
},
9096+
{
90849097
.Brand = ZLIST("AMD Ryzen 7 9700X"),
90859098
.Boost = {+17, 0},
90869099
.Param.Offset = {95, 0, 0},

0 commit comments

Comments
 (0)