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

Changed the video mode change API. #47

Merged
merged 1 commit into from
Feb 4, 2024
Merged

Changed the video mode change API. #47

merged 1 commit into from
Feb 4, 2024

Conversation

thejpster
Copy link
Member

Now you have to pass the framebuffer address and the mode together. This lets you change them in a single atomic operation. Otherwise it was possible to crash the system by reading too much data from the wrong framebuffer pointer.

Fixes #46

Now you have to pass the framebuffer address and the mode together.
This lets you change them in a single atomic operation. Otherwise
it was possible to crash the system by reading too much data from
the wrong framebuffer pointer.
@thejpster thejpster added this pull request to the merge queue Feb 4, 2024
Merged via the queue into develop with commit e9ab060 Feb 4, 2024
4 checks passed
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.

Set framebuffer pointer and mode together.
1 participant