Question Changing Navi 10 VDDCI or MVDD voltage broken?

GoGoGigabyte

Neuling
Mitglied seit
Aug 20, 2021
Beiträge
6
Bewertungspunkte
2
Punkte
2
Hello. I am having this problem on a 5700xt.
Changing any of these 2 voltages, i write the SPPT successfully, then re-open morepowertool and it's still the same. I tried deleting and also used a random older version i had downloaded (1.3.7-final) and it's the same this.
Forcing to run as admin same thing (my account is already admin) still the same thing.
The program doesn't change these 2 values. Other values like power limit are saved. I can save the profile without saving sppt, with changes to mvdd and power limit and i see the power limit is there, but the mvdd change is default!

Definitely issue with the program.
(edit: i only tried undervolting)

Please help
 
Zuletzt bearbeitet :
Thank you. I can confirm this bug, and i will fix it in the next few days.
 
This bug was there since i implemented mvdd/vddci for Navi1X. I copied it over from RDNA2 and forgot to change the target. It is already fixed, but i will see over the code one more time. I guess the update will be online this year, but if it takes longer, here are the offsets (values are mV * 4, little endian):
Code :
MemVddciVoltage   [4]         //offset 0x526 mpt-file
8C 0A (0xA8C -> 675mV)
48 0D (0xD48 -> 850mV)
48 0D (0xD48 -> 850mV)
48 0D (0xD48 -> 850mV)

MemMvddVoltage    [4]         //offset 0x52E mpt-file
88 13 (0x1388 -> 1250mV)
18 15 (0x1518 -> 1350mV)
18 15 (0x1518 -> 1350mV)
18 15 (0x1518 -> 1350mV)
 
Oben Unten