Re: [PATCHv15 01/35] uapi/linux/media.h: add request API

2018-07-03 Thread Mauro Carvalho Chehab
Em Tue, 3 Jul 2018 11:33:13 +0200 Hans Verkuil escreveu: > On 03/07/18 11:21, Mauro Carvalho Chehab wrote: > > Em Mon, 4 Jun 2018 13:46:14 +0200 > > Hans Verkuil escreveu: > > > >> From: Hans Verkuil > >> > >> Define the public request API. > >> > >> This adds the new

Re: [PATCHv15 01/35] uapi/linux/media.h: add request API

2018-07-03 Thread Hans Verkuil
On 03/07/18 11:21, Mauro Carvalho Chehab wrote: > Em Mon, 4 Jun 2018 13:46:14 +0200 > Hans Verkuil escreveu: > >> 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

Re: [PATCHv15 01/35] uapi/linux/media.h: add request API

2018-07-03 Thread Mauro Carvalho Chehab
Em Mon, 4 Jun 2018 13:46:14 +0200 Hans Verkuil escreveu: > 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

[PATCHv15 01/35] uapi/linux/media.h: add request API

2018-06-04 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 Acked-by: