Feature: Add power control for cpu/gpu on AYN/Retroid and rooted devices - #666
Open
SadMoment wants to merge 7 commits into
Open
Feature: Add power control for cpu/gpu on AYN/Retroid and rooted devices#666SadMoment wants to merge 7 commits into
SadMoment wants to merge 7 commits into
Conversation
Contributor
Author
|
This should work on rooted devices, but I don't have one to test made this pull request for people to test out if everything is working will clean up code later. Tested on: RP6, AYN Thor |
SadMoment
force-pushed
the
feature/performance-manager
branch
from
July 27, 2026 18:57
af560ca to
9d3aee8
Compare
added 6 commits
July 29, 2026 04:57
This commits adds a power controller for the cpu that allows you to change frequencies and disable cpu cluster change cpu governor and set fan speed on supported devices, any device the ships with PServerBinder/mostly android handhelds or a rooted device should work.
If you set a fps target this will raise or lower cpu frequencies to hit fps target.
SadMoment
force-pushed
the
feature/performance-manager
branch
from
July 29, 2026 03:14
49060f9 to
9b99fb8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commits adds a power controller for the cpu that allows you to
change frequencies and disable cpu cluster change cpu governor and set
fan speed on supported devices, any device the ships with
PServerBinder/mostly android handhelds or a rooted device should work.