Skip to content
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

Contain all display init logic within display.c #429

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chadmed
Copy link
Contributor

@chadmed chadmed commented Dec 21, 2024

Supersedes #428. Not sure if the changes to display_get_config() are the right thing to do here.

@chadmed
Copy link
Contributor Author

chadmed commented Dec 21, 2024

@asdfugil could you please test this on an iDevice to make sure it didn't break anything?

src/display.c Outdated Show resolved Hide resolved
Display handling was spread across main.c, utils.c and display.c
with the addition of iDevice support. Condense all of this functionality
into display.c.

This also fixes a regression introduced in 869d2ae ("Skip over features
unsupported in A7-A11 SoCs."), which caused devices using dcpext to skip DCP
initialisation.

Signed-off-by: James Calligeros <[email protected]>
Copy link
Contributor

@asdfugil asdfugil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed-by: Nick Chan [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants