[bug] Double buffering support not working #29
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hubert/Pi-kachULM_OS#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Actually, double buffering should already be supported in my branch. BUT, it is not. The code is not working.
The idea, is to allocate a framebuffer twice the height of the requested size. And then use the SET_VIRTUAL_OFFSET tag (in mailbox) to change the "view" of the VideoCore into the framebuffer to implement the double buffering. However, tests show that do not work on QEMU.
The concept is exactly the one explained everywhere on forums. So, it should work. There is probably a problem in my code, or worse, QEMU may not support that. To be tested... on hardware.