Skip to content

Commit e048425

Browse files
committed
Bug fixes
1 parent 6a924cf commit e048425

File tree

1 file changed

+5
-6
lines changed
  • Universal x86 Tuning Utility/Scripts/AMD Backend

1 file changed

+5
-6
lines changed

Universal x86 Tuning Utility/Scripts/AMD Backend/RyzenSmu.cs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ private static void Socket_FT6_FP7_FP8()
170170
("fast-limit", false, 0x32),
171171
("slow-limit", true, 0x16),
172172
("slow-limit", false, 0x33),
173-
("slow-limit", false, 0x34),
174173
("slow-time", true, 0x17),
175174
("tctl-temp", true, 0x19),
176175
("cHTC-temp", false, 0x37),
@@ -198,9 +197,9 @@ private static void Socket_FT6_FP7_FP8()
198197

199198
private static void Socket_FF3()
200199
{
201-
RyzenSmu.Smu.MP1_ADDR_MSG = 0x3B10528;
202-
RyzenSmu.Smu.MP1_ADDR_RSP = 0x3B10578;
203-
RyzenSmu.Smu.MP1_ADDR_ARG = 0x3B10998;
200+
RyzenSmu.Smu.MP1_ADDR_MSG = 0x3B10530;
201+
RyzenSmu.Smu.MP1_ADDR_RSP = 0x3B1057C;
202+
RyzenSmu.Smu.MP1_ADDR_ARG = 0x3B109C4;
204203

205204
RyzenSmu.Smu.PSMU_ADDR_MSG = 0x03B10a20;
206205
RyzenSmu.Smu.PSMU_ADDR_RSP = 0x03B10a80;
@@ -219,10 +218,10 @@ private static void Socket_FF3()
219218
("cHTC-temp",false , 0x37),
220219
("apu-skin-temp",true , 0x33),
221220
("vrm-current",true , 0x1a),
222-
("vrmmax-current",true , 0x1e),
221+
("vrmmax-current",true , 0x1c),
223222
("vrmsoc-current",true , 0x1b),
224223
("vrmsocmax-current",true , 0x1d),
225-
("vrmgfx-current",true , 0x1c),
224+
("vrmgfx-current",true , 0x1e),
226225
("vrmgfxmax-current",true , 0x1f),
227226
("prochot-deassertion-ramp",true , 0x22),
228227
("gfx-clk",false , 0x89),

0 commit comments

Comments
 (0)