Skip to content

Ryzen 3950X - Unknown S3 issue within fixed performance counters #298

Closed Answered by cyring
cyring asked this question in Q&A
Discussion options

You must be logged in to vote

When resuming the higher part of counters APERF and/or MPERF is overflow with 0xFFFFFFFF

rdmsr -aX 0x000000e7
FFFFFFFFC0E01292
FFFFFFFFD3BFDE0D
FFFFFFFFC28CD6A6
FFFFFFFFC111C53A
FFFFFFFFC4B5D257
FFFFFFFFC1D4DC30
FFFFFFFFCA59D1F6
FFFFFFFFDF2B868A
...

So the fix is just to reset registers with a zero write.

wrmsr -a 0x000000e7 0x0

Replies: 1 comment

Comment options

cyring
Jan 7, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by cyring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
1 participant
Converted from issue

This discussion was converted from issue #291 on November 17, 2021 14:44.