Page MenuHomeFreeBSD

LinuxKPI: Implement dma_map_resource/dma_unmap_resource functions
AcceptedPublic

Authored by bz on Tue, Apr 1, 3:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 3, 12:40 AM
Unknown Object (File)
Wed, Apr 2, 11:11 PM
Unknown Object (File)
Wed, Apr 2, 9:40 PM
Subscribers

Details

Reviewers
dumbbell
Group Reviewers
linuxkpi
Summary

dma_map_resource() and dma_unmap_resource() functions are used to map
and unmap of memory-mapped IO resources so they can be accessed by
the device.

Required by drm-kmod v5.5 to be built.

While for drm-kmod 6.6-lts only amdgpu uses these in one place and
the code apparently has not been exercised a lot it has been around
like this for years. With changing the underlying implementations
bring it into the tree; should we find errors with it they can also
be fixed here.

Obtained from: D30933 (by wulf)
Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 63268
Build 60152: arc lint + arc unit