Structs§
- Manage dmabuf buffers
- A DMA-BUF buffer which is handed out to the user as if owned, but cannot be accessed while it’s enqueued at the device for writing.
Traits§
- Allows different implementations of release to be used by the generic Drop
- An entry corresponding to a DMA-BUF buffer.
Type Aliases§
- Allows the user to manage buffers manually. Buffers must be explicitly replaced. Release will only succeed if all buffers were returned with replace_buffer.