Page MenuHomeFreeBSD

busdma: tidy bus_dma_run_filter() functions
ClosedPublic

Authored by mhorne on Dec 4 2023, 3:20 PM.
Tags
None
Referenced Files
F102791798: D42896.diff
Sun, Nov 17, 6:23 AM
Unknown Object (File)
Sep 20 2024, 3:18 PM
Unknown Object (File)
Sep 7 2024, 2:37 PM
Unknown Object (File)
Sep 5 2024, 6:21 PM
Unknown Object (File)
Sep 3 2024, 8:07 AM
Unknown Object (File)
Aug 2 2024, 6:56 AM
Unknown Object (File)
Aug 1 2024, 11:46 AM
Unknown Object (File)
Jun 28 2024, 6:52 AM

Details

Summary

After removing filter functionality, the naming doesn't clearly
represent what the function does, so try to address this. Include some
code clarity and style improvements.

Create a common version in subr_busdma_bounce.c, used by most
implementations. powerpc still needs its own version of the function,
due to its dmat->iommu == NULL check.

No functional change intended.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/arm64/arm64/busdma_bounce.c
228–234

Here it seems like the logic is changed, but it is not. In practice BF_COULD_BOUNCE is set whenever the tag's alignment requirement is > 1.

This revision is now accepted and ready to land.Dec 6 2023, 4:13 PM
This revision was automatically updated to reflect the committed changes.