Ivan Rusanov

Results 217 comments of Ivan Rusanov

I can confirm lscpu doesn't show the frequency. Even when in OC mode, the frequency is not really fixed, cores drop to what seems to be lowest active P-State2. Even...

I have also pushed a WIP branch with all the changes I had laying around, but I doubt it would make a difference: https://github.com/irusanov/ZenStates-Linux/tree/WIP

Uff, I think the problem is it uses the "Rome ES" code, while this is Castle Peak. That's why it is not working. I have pushed a workaround in the...

Cool, it was an overlook from my side, this should have been the first thing to check. Will try to find some time to finish the WIP branch - I'm...

yes, try `if _pkgtype == 7 and _cpuid != 0x00830F10`

I also force-pushed it. Glad it finally works :)

@sfjuocekr For PSM margin I have an utility function which might give you an idea how to set it. https://github.com/irusanov/ZenStates-Core/blob/master/Utils.cs#L101 the parameter is 16bit only, for -30 it would be...

Yes, I agree that would be the best - to join forces and make one application which would be the alternative of RyzenMaster, but for Linux. I will add these...

Since it is Zen2, it would probably not work, but I have no experience and access to server chips and can't be sure. The output looks ok.

@heavyarms2112 Yes, P-Sates were working fine on first gen (not sure if on all AGESA versions though) and that's what the original ZenStates-Linux was created for. Then they got replaced...