Re: [PATCHv13 02/28] uapi/linux/media.h: add request API

2018-05-18 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Thursday, 3 May 2018 17:52:52 EEST Hans Verkuil wrote: > From: Hans Verkuil > > Define the public request API. > > This adds the new MEDIA_IOC_REQUEST_ALLOC ioctl to allocate a request > and two ioctls that operate on a request in order to queue the > conte

Re: [PATCHv13 02/28] uapi/linux/media.h: add request API

2018-05-04 Thread Sakari Ailus
On Thu, May 03, 2018 at 04:52:52PM +0200, Hans Verkuil wrote: > From: Hans Verkuil > > Define the public request API. > > This adds the new MEDIA_IOC_REQUEST_ALLOC ioctl to allocate a request > and two ioctls that operate on a request in order to queue the > contents of the request to the driver

[PATCHv13 02/28] uapi/linux/media.h: add request API

2018-05-03 Thread Hans Verkuil
From: Hans Verkuil Define the public request API. This adds the new MEDIA_IOC_REQUEST_ALLOC ioctl to allocate a request and two ioctls that operate on a request in order to queue the contents of the request to the driver and to re-initialize the request. Signed-off-by: Hans Verkuil --- includ