-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMU scan on Athlon 200GE and PRIME A320M-K causes freeze #3
Comments
If only the export feature is not working, then it might be a collision with the OS or some kind of encoding problem. It might be related to OS info. It's not that important for the debugging, so I might remove it. Otherwise it appears to be working on Raven Ridge. |
I tested also zenstates and i only achieved to lock CPU down to 2ghz with any modification i did is there any way how to enable OC on A320? (it should be possible as most vendors have it now) also been able to modify GFX clock to show 1mhz :D and im able to lock it to maximum 1000mhz via this utility https://github.com/FlyGoat/RyzenAdj I wanted to hack "AMD ryzen master" in order to allow me to overclock not just view data in x64dbg (i think this must be possible somehow :D) if everything else fails i will try to crossflash a320 to b350 bios but still waiting for 1.8V adapter from china |
ZenStates does not support RavenRidge currently. I'm trying to collect enough data with the report tool, so I can improve/fix ZenStates. It is now sending a wrong command which puts the CPU cores to the loweст possible frequency. It might be better to make a separate tool for APUs, since they have extra parameters to tweak. |
Ok i can help with that if you want to share some data :) also finally managed to get that dump but there is nothing interesting (i think that some system service like AMDRSServ or AsusFanCOntrolService been messing with same registers so that was why it cannot run together { |
I did some more researchj and found out that for me this utility is working 100% im able to configure all temperature,vrm,soc,gfx limits (checked with ryzen master and furmark) i dont care that much about CPU overclock as CPU is not bottlenecking during 4K@60hz HEVC playback but GPU is on its limit so little bump from 1000mhz to 1500mhz is all i need :-/ |
I've got a desktop 240GE, which should help me debug the issue. The ones working are Not sure how to detect which ones are the correct ones without brute-forcing. |
Bruteforce is maybe good idea :-D or i can try to see what Addresses are executed from AMD Ryzen master when reading |
Keep in mind testing commands manually is not recommended and is plain dangerous - it can kill the CPU. If you hit a command that sets SoC voltage and pass 0 as an argument, this will set VID to 1.55V, which the SoC might not handle. The formula is Voltage = 1.550V - VID * 0.00625 mV. So with a VID = 0, you have the maximum possible Voltage. Ryzen Master exits with a message that this APU I have is not supported. But it responds to the old addresses for RavenRidge. |
I'm not able to set a higher frequency unless manually override from bios (fixed frequency). Whetever I set it always stays at the fused 3.5GHz when on auto. Haven't tested the GFX yet. |
interesting that you can overclock from bios for me its not possible even that i flashed B350 BIOS to A320 and im unable to set different multiplyer :-( it always boot @3,5ghz |
I'm testing on a X370 chipset (Crosshair VI Hero). I also have a B350 spare board (Asrock B350 K4) and will try soon. The CH6 does not have VGA output, so I will have to test the GPU on the Asrock board. Will see if it can overclock it from bios. It made it even more confusing than before :/ |
Its really weird how athlon 2xx is locked.. anyway in the meantime i found that mpv is able to run h.265@4K without dropped frames so now my focus is more on decreasing power usage :-) |
There should be a way to override this, since it's possible from bios, but I'm not sure it could be done runtime. I'm not able to switch to OC mode (manual) while in windows. |
It seems RavenRidge responds to P-States only. |
@irusanov So, your method was to use ZenStates to set lower DID and higher FID? |
Nothing saved inside .json generated file :/
this part looks like its working
The text was updated successfully, but these errors were encountered: