-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Wrong power limit on custom 7900 XTX (just making sure this is considered) #237
Comments
The power limit API in RDNA3 is the same as in previous generations, so there shouldn't be any changes required for it on LACT's side. However it looks like there are people reporting a similar issue with the power limit being lower than expected: https://gitlab.freedesktop.org/drm/amd/-/issues/2356 It's also probably worth checking if the issue still persists in kernel 6.7, where the bulk of RDNA3 overdrive support is added. But in either case, this seems to be a kernel-side issue |
In kernel 6.7 you can undervolt and set the power limit lower, but not higher, you need to compile your own kernel with a patch. |
There have been some updates regarding the power limit setting in kernel 6.7.3:
It's worth checking if that helps with the incorrect limit Originally posted by @ilya-zlobintsev in #255 (comment) |
It changed but is still wrong (goes up to 402 now). Assuming it allows a 15% increase, this suggests an incorrect "default" value of 350 W. |
As this is/was a kernel-side problem, i'm going to close this issue. However #255 will remain for tracking changes |
I have a Sapphire blah blah 7900 XTX, which comes with a default board power limit of 420 W (increasable by 15% (=483 W) using AMD's software on Windows).
In LACT 0.5.1 with kernel 6.6.9, the slider is capped at 339 W. I'm assuming it's using some fallback value as that doesn't even make sense for AMD's stock cards.
Don't worry, I know that you're still working on RDNA 3 support and that some of it will only be possible with kernel 6.7. Fan control is honestly more of a priority for me, but will power limits also be considered?
The text was updated successfully, but these errors were encountered: