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

Add DMA fence operation #807

Merged
merged 4 commits into from
Feb 15, 2024
Merged

Add DMA fence operation #807

merged 4 commits into from
Feb 15, 2024

Conversation

stnolting
Copy link
Owner

Optionally, the DMA can issue a FENCE request to the downstream memory system when a transfer has been completed without errors. This can be used to re-sync caches (flush and reload) and buffers to maintain data coherency. This automatic fencing is enabled by the setting the control register's DMA_CTRL_FENCE bit.

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Feb 15, 2024
@stnolting stnolting self-assigned this Feb 15, 2024
@stnolting stnolting marked this pull request as ready for review February 15, 2024 18:44
@stnolting stnolting merged commit 676f0fb into main Feb 15, 2024
8 checks passed
@stnolting stnolting deleted the dma_fence branch February 15, 2024 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant