-
Notifications
You must be signed in to change notification settings - Fork 123
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
basic support for Strix Point #310
Conversation
#define MP1_C2PMSG_MESSAGE_ADDR_3 0x3b10a20 | ||
#define MP1_C2PMSG_RESPONSE_ADDR_3 0x3b10a80 | ||
#define MP1_C2PMSG_ARG_BASE_3 0x3b10a88 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excessive new lines
Good stuff! Also, could you please separate formatting change with functional change, so git blame would be useful. Thanks |
For the data table, I have checked the power consumption and temperature with the data from HWMonitor, but I have not checked other items, and the way to obtain them is also guesswork. For uProf, it seems that it cannot run on my computer. For the power limit setting function, the program returns success, but it is not actually changed successfully. Maybe other programs on my computer prevent the change |
@mzdluo123 Thanks, that makes sense. If limit adjustment is not working, then please exclude it from the PR. Btw do you mind providing a copy of ACPI dump for your system? I would like to check if |
After going through ACPI dump from other sources I believe MP1 SMU address should be :
|
Please check this branch: |
Suppressed #311, thanks for your contribution! |
This merge request contains basic support for strix point. The relevant information is obtained from the ryzen master software. It also contains some of guessed parameters. These parameters may not necessarily be correct. The purpose is to hope that someone can continue to develop.