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

Support alternative way to use DMA to send display lists to the GPU #22

Open
AntonioND opened this issue Oct 12, 2023 · 0 comments
Open

Comments

@AntonioND
Copy link
Owner

Right now the only ways supported by Nitro Engine to send display lists to the GPU are to use the CPU itself to copy the display list, or to use the DMA in GFX FIFO mode. This DMA mode is buggy and it can't be used at the same time as the HBL DMA mode, so this task involves creating a new way to send the display lists using DMA.

The new way should setup an interrupt to trigger when the GFX FIFO is half empty, or empty, and it should use DMA to send more commands to the FIFO.

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

No branches or pull requests

1 participant