Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging/bcm2835-camera: Add support for DMABUFs
DMABUFs are all handled by videobuf2, so there is no reason not to enable support for them. Note that this driver is still using the vmalloc allocator, so the buffers it allocates will not be compatible with the codec or ISP driver that require contiguous buffers. However this driver should be able to import the buffers allocated by them. Signed-off-by: Dave Stevenson <[email protected]>
- Loading branch information