Re: [PATCH v11 6/7] Documentation: iio: Document high-speed DMABUF based API

2024-06-19 Thread Bagas Sanjaya
On Tue, Jun 18, 2024 at 12:03:01PM +0200, Paul Cercueil wrote: > +As part of this interface, three new IOCTLs have been added. These three > +IOCTLs have to be performed on the IIO buffer's file descriptor, > +obtained using the IIO_BUFFER_GET_FD_IOCTL() ioctl. "... which can be obtained using ..."

[PATCH v11 6/7] Documentation: iio: Document high-speed DMABUF based API

2024-06-18 Thread Paul Cercueil
Document the new DMABUF based API. Signed-off-by: Paul Cercueil Co-developed-by: Nuno Sa Signed-off-by: Nuno Sa --- v2: - Explicitly state that the new interface is optional and is not implemented by all drivers. - The IOCTLs can now only be called on the buffer FD returned by