Skip to content

Commit a94806e

Browse files
committed
[AMD][HANDHELD] Adding Ryzen Z2 A and Ryzen AI Z2 Extreme
1 parent 12d2d21 commit a94806e

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

x86_64/corefreqk.h

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,7 +3868,8 @@ enum {
38683868
CN_MATISSE
38693869
};
38703870
enum {
3871-
CN_VANGOGH
3871+
CN_VANGOGH,
3872+
CN_VANGOGH_HANDHELD
38723873
};
38733874
enum {
38743875
CN_MENDOCINO
@@ -3997,7 +3998,8 @@ static char *Arch_AMD_Zen2_MTS[] = ZLIST(
39973998
static char *Arch_AMD_Zen2_Ariel[] = ZLIST("Zen2/Ariel");
39983999

39994000
static char *Arch_AMD_Zen2_Jupiter[] = ZLIST(
4000-
[CN_VANGOGH] = "Zen2/Van Gogh/Aerith"
4001+
[CN_VANGOGH] = "Zen2/Van Gogh/Aerith",
4002+
[CN_VANGOGH_HANDHELD] = "Zen2/Van Gogh/Handheld"
40014003
);
40024004
static char *Arch_AMD_Zen2_Galileo[] = ZLIST(
40034005
[CN_VANGOGH] = "Zen2/Van Gogh/Sephiroth"
@@ -7055,6 +7057,18 @@ static PROCESSOR_SPECIFIC AMD_Zen2_Jupiter_Specific[] = {
70557057
.HSMP_Capable = 0,
70567058
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
70577059
},
7060+
{
7061+
.Brand = ZLIST("AMD Ryzen Z2 A"),
7062+
.Boost = {+10, 0},
7063+
.Param.Offset = {100, 0, 0},
7064+
.CodeNameIdx = CN_VANGOGH_HANDHELD,
7065+
.TgtRatioUnlocked = 1,
7066+
.ClkRatioUnlocked = 0b10,
7067+
.TurboUnlocked = 0,
7068+
.UncoreUnlocked = 0,
7069+
.HSMP_Capable = 0,
7070+
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
7071+
},
70587072
{0}
70597073
};
70607074
static PROCESSOR_SPECIFIC AMD_Zen2_MDN_Specific[] = {
@@ -9256,7 +9270,8 @@ static PROCESSOR_SPECIFIC AMD_Zen5_STX_Specific[] = {
92569270
.Latch=LATCH_TGT_RATIO_UNLOCK|LATCH_CLK_RATIO_UNLOCK|LATCH_TURBO_UNLOCK
92579271
},
92589272
{
9259-
.Brand = ZLIST("AMD Ryzen Z2 Extreme"),
9273+
.Brand = ZLIST( "AMD Ryzen AI Z2 Extreme", \
9274+
"AMD Ryzen Z2 Extreme" ),
92609275
.Boost = {+30, 0},
92619276
.Param.Offset = {100, 0, 0},
92629277
.CodeNameIdx = CN_STX_HANDHELD,

0 commit comments

Comments
 (0)