Page MenuHomeFreeBSD

linuxkpi: Add dma_{un,}map_sgtable
ClosedPublic

Authored by manu on Aug 10 2022, 6:48 AM.
Tags
None
Referenced Files
F112508332: D36106.id109509.diff
Wed, Mar 19, 2:02 AM
Unknown Object (File)
Feb 17 2025, 9:47 AM
Unknown Object (File)
Feb 17 2025, 4:44 AM
Unknown Object (File)
Feb 17 2025, 2:16 AM
Unknown Object (File)
Feb 5 2025, 2:28 AM
Unknown Object (File)
Feb 5 2025, 2:17 AM
Unknown Object (File)
Feb 4 2025, 10:46 AM
Unknown Object (File)
Feb 4 2025, 8:13 AM

Details

Summary

Variant of dma_{un,}map_sg_attrs for struct sg_table.

Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

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

Event Timeline

manu requested review of this revision.Aug 10 2022, 6:48 AM
bz added inline comments.
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
360

Shouldn't this here be dma_unmap_sg_attrs with the attrs passed in (even though it's later ignored) so in case our version will ever respect "attrs" it'll do the right thing here already?

Use dma_unmap_sg_attrs in dma_unmap_sgtable

manu marked an inline comment as done.Aug 11 2022, 7:54 AM
This revision is now accepted and ready to land.Aug 11 2022, 11:29 AM
This revision was automatically updated to reflect the committed changes.