Page MenuHomeFreeBSD

linuxkpi: Add dma_{un,}map_sgtable
ClosedPublic

Authored by manu on Aug 10 2022, 6:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 3, 6:06 PM
Unknown Object (File)
Tue, Apr 28, 11:28 AM
Unknown Object (File)
Tue, Apr 28, 11:00 AM
Unknown Object (File)
Mon, Apr 27, 11:32 AM
Unknown Object (File)
Mon, Apr 27, 9:35 AM
Unknown Object (File)
Mon, Apr 27, 5:30 AM
Unknown Object (File)
Sun, Apr 26, 4:13 PM
Unknown Object (File)
Sun, Apr 26, 7:57 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.