diff options
author | CyrIng <labs@cyring.fr> | 2024-11-01 08:57:26 +0100 |
---|---|---|
committer | CyrIng <labs@cyring.fr> | 2024-11-01 08:57:26 +0100 |
commit | 37d9359cde843168bb731e52bf12b45965fc10f9 (patch) | |
tree | 2fc1f63bd42556014e44746879e0150eb3e418d9 | |
parent | 040697fab3778be9804c2e11dd97ce4ea8f28bf0 (diff) |
[AMD][Zen5/Granite Ridge] Added Ryzen 7 9800X3D processor1.98.5
-rw-r--r-- | x86_64/corefreqk.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x86_64/corefreqk.h b/x86_64/corefreqk.h index 6b6acc2..6960c79 100644 --- a/x86_64/corefreqk.h +++ b/x86_64/corefreqk.h @@ -9081,6 +9081,19 @@ static PROCESSOR_SPECIFIC AMD_Zen5_Eldora_Specific[] = { |LATCH_HSMP_CAPABLE }, { + .Brand = ZLIST("AMD Ryzen 7 9800X3D"), + .Boost = {+5, 0}, + .Param.Offset = {95, 0, 0}, + .CodeNameIdx = CN_ELDORA, + .TgtRatioUnlocked = 1, + .ClkRatioUnlocked = 0b10, + .TurboUnlocked = 1, + .UncoreUnlocked = 0, + .HSMP_Capable = 1, + .Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK\ + |LATCH_HSMP_CAPABLE + }, + { .Brand = ZLIST("AMD Ryzen 7 9700X"), .Boost = {+17, 0}, .Param.Offset = {95, 0, 0}, |