Skip to content
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

Open
xCuri0 opened this issue May 31, 2019 · 7 comments
Open

Disabling pstates doesn't work on A8-4500M #11

xCuri0 opened this issue May 31, 2019 · 7 comments

Comments

@xCuri0
Copy link

xCuri0 commented May 31, 2019

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

@kevinlekiller
Copy link
Owner

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.

@xCuri0
Copy link
Author

xCuri0 commented Jun 3, 2019

@kevinlekiller that also doesn't work

@xCuri0
Copy link
Author

xCuri0 commented Jun 3, 2019

do you know how i can dump the MSRs on Windows ? I could then check the diff and see what register it edits

@kevinlekiller
Copy link
Owner

@xCuri0
Copy link
Author

xCuri0 commented Jun 3, 2019

what wrmsr command would have i to use to set the minimum pstate to 1 (2.3ghz)

@kevinlekiller
Copy link
Owner

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.

@xCuri0
Copy link
Author

xCuri0 commented Jun 6, 2019

@kevinlekiller sudo rdmsr 0xc0010064 -f 63:63 returns 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants