Page MenuHomeFreeBSD

cgem: improve usage of busdma(9) KPI
ClosedPublic

Authored by mhorne on Feb 18 2021, 5:11 PM.
Tags
None
Referenced Files
F155106505: D28775.diff
Fri, May 1, 11:06 AM
Unknown Object (File)
Sat, Apr 25, 7:16 AM
Unknown Object (File)
Tue, Apr 21, 9:41 PM
Unknown Object (File)
Sun, Apr 19, 10:35 AM
Unknown Object (File)
Thu, Apr 16, 8:52 PM
Unknown Object (File)
Fri, Apr 10, 10:11 PM
Unknown Object (File)
Thu, Apr 9, 7:05 PM
Unknown Object (File)
Thu, Apr 2, 7:58 PM
Subscribers

Details

Summary

BUS_DMA_NOCACHE should only be used when one needs to guarantee the
created mapping has uncached memory attributes, usually as a result of buggy
hardware. Normal use cases should pass BUS_DMA_COHERENT, to create an
appropriate mapping based on the flags passed to bus_dma_tag_create().

This should have no functional change, since the DMA tags in this driver are
created without the BUS_DMA_COHERENT flag.

Reported by: mmel

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37162
Build 34051: arc lint + arc unit