-
Notifications
You must be signed in to change notification settings - Fork 19
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
ray/firefish: Bump base to Pie. #149
Draft
MagneFire
wants to merge
19
commits into
AsteroidOS:master
Choose a base branch
from
MagneFire:ray/pie
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
FlorentRevest
approved these changes
Jan 22, 2023
MagneFire
force-pushed
the
ray/pie
branch
2 times, most recently
from
August 21, 2023 20:19
9586e15
to
a3bbb50
Compare
Updates the kernel config: - Migrates the kernel configuration to the pie kernel configuration. - Apply https://github.com/mer-hybris/mer-kernel-check on top of the kernel configuration. - Enable SELinux as required by the Android 9 libhybris base. Update the kernel patches to fix compilation. - Remove the mdp3 patch as the black screen issue seems to be fixed with the new Android base. - Patch the GadgetFS driver so that it compiles successfully. Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
Don't include `sawfish` based system and vendor files since we can now mount the relevant partitions. Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
We no longer patch the hwcomposer to use QCOM_BSP meaning that we don't need it here either. Signed-off-by: Darrel Griët <[email protected]>
The hybris files now provide a base set of services removing the need for explicit definition here. Signed-off-by: Darrel Griët <[email protected]>
…dbinder. This fixes permission issues where the launcher could not access the binder devices. Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
… sensors binder service. Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
This increases the framerate of the UI by ~5 fps. Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
…nd change the governor. When enabling higher GPU clock frequencies it no longer makes sense to use the performance governor as that will needlessly drain battery life when really not necessary. Instead switch to msm-adreno-tz so that the GPU clock is only changed when needed. Signed-off-by: Darrel Griët <[email protected]>
…e buffering. Signed-off-by: Darrel Griët <[email protected]>
Signed-off-by: Darrel Griët <[email protected]>
The mentioned issues should be solved with this change: AsteroidOS/meta-asteroid#178 I've noticed another issue though: The screen wakes immediately after sleeping, an interrupt is waking the display. I'll look into fixing this before getting this PR merged. |
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 is basically a carbon copy of the work done to get
catfish
working on a pie base: #109This fixes NFC and GPS on at least
ray
.It does introduce some strange horizontal lines and there appear to be some ghost touches. This is the reason why this PR will be made draft for now.