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)
Wed, Feb 5, 2:28 AM
Unknown Object (File)
Wed, Feb 5, 2:17 AM
Unknown Object (File)
Tue, Feb 4, 10:46 AM
Unknown Object (File)
Tue, Feb 4, 8:13 AM
Unknown Object (File)
Jan 4 2025, 12:10 PM
Unknown Object (File)
Dec 11 2024, 5:16 AM
Unknown Object (File)
Nov 14 2024, 3:18 PM
Unknown Object (File)
Nov 14 2024, 3:03 PM

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.