Open DMU-debug opened 3 years ago
Can you attach a debug report? Thanks.
No problem. Debug_Report_27128028,4208688.txt
If you need more information, please contact. I would like your useful software to develop. PS: СLDO VDDP voltage for APU series 3XXXG (Picasso) is determined correctly.
Thank you. Based on the 2 debug reports, I may have found the correct offset.
Thank you. Based on the 2 debug reports, I may have found the correct offset.
I'll gladly test and verify once you release again.
ps. None of the other versions of ZenTimings report CLDO VDDP correctly for me, and v1.2.3 has a completely different value to the other versions.
Don't have a Renoir APU myself, so I rely on user reports only. Is it possible to set it manually to a different value and make another report? This should confirm the new offset.
Don't have a Renoir APU myself, so I rely on user reports only. Is it possible to set it manually to a different value and make another report? This should confirm the new offset.
Certainly. 3 data points are always better than 2 ;)
Screenshot attached - timings reset to SPD defaults. ZenTimings Debug Report attached below.
Ryzen Master reports CLDO VDDP as 0.7514V
ZenTimings again reports CLDO VDDp as 0.1074V.
Perhaps WMI does not report it and Ryzen Master reads it directly from hardware registers?
I have a Cezanne APU in a different machine as well - will send another report.
Edit: It seems that:
Something else I noticed:
ZenTimings CLDO_VDDP fluctuates with FCLK/MCLK/UCLK - .gif attached
I have a Cezanne APU in a different machine as well - will send another report.
Edit: It seems that:
- Mobile APUs/CPUs are not supported by Ryzen Master.
- ZenTimings accurately reports CLDO_VDDP on my Cezanne APU - 0.7514V - yet I cannot verify this value.
See Screenshot
The values are read from the Power Management Table, it's just the offset that is incorrect, so it reads some other "random" value. The correct offset seems to be 0x858 (SMU PowerTable sections of the debug report).
Attached is a new DLL that should have the correct offset now, let me know if it works for you. ZenStates-Core.dll.zip
Attached is a new DLL that should have the correct offset now, let me know if it works for you. ZenStates-Core.dll.zip
Errors out with:
Could not load type 'AodData' from assembly 'ZenStates-Core, Version=1.6.5.0, Culture=neutral, PublicKeyToken=null'.
I modified the original ZenStates-Core.dll - offset 0x4550: 6c -> 58
Seems to work 👍
I modified the original ZenStates-Core.dll - offset 0x4550: 6c -> 58
Attached here: ZenStates-Core.dll-v1.2.9-841-MODIFIED.zip