-
Notifications
You must be signed in to change notification settings - Fork 22
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
Disabling pstates doesn't work on A8-4500M #11
Comments
I'm not sure it's been a while since I worked on this, have you tried this ? https://github.com/turionpowercontrol/tpc I think it supports bulldozer. |
@kevinlekiller that also doesn't work |
do you know how i can dump the MSRs on Windows ? I could then check the diff and see what register it edits |
Possibly with this: https://github.com/cocafe/msr-utility Page 568 has info on bulldozer p-states: https://www.amd.com/system/files/TechDocs/42301_15h_Mod_00h-0Fh_BKDG.pdf#G5.3280729 |
what wrmsr command would have i to use to set the minimum pstate to 1 (2.3ghz) |
I'm not sure, it's bit 63 of MSRC001_0064 according to the manual, so you'd need to read that msr, store it in a variable, then modify bit 63 to 0 in that variable and write the data in the variable to that msr. |
@kevinlekiller |
On Windows I use PSCheck to disable all pstates except 2.3ghz to lock it to boost. I tried using this to do it on Linux but disabling does nothing
The text was updated successfully, but these errors were encountered: