Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-23 Thread Mauro Carvalho Chehab
Em Mon, 23 Apr 2018 13:41:31 +0200 Hans Verkuil escreveu: > On 04/10/2018 01:00 PM, Sakari Ailus wrote: > > On Tue, Apr 10, 2018 at 06:38:56AM -0300, Mauro Carvalho Chehab wrote: > >> Em Mon, 9 Apr 2018 16:19:59 +0200 > >> Hans Verkuil escreveu: > >> > >>> From: Hans Verkuil > >>> > >>> De

Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-23 Thread Hans Verkuil
On 04/10/2018 01:00 PM, Sakari Ailus wrote: > On Tue, Apr 10, 2018 at 06:38:56AM -0300, Mauro Carvalho Chehab wrote: >> Em Mon, 9 Apr 2018 16:19:59 +0200 >> Hans Verkuil escreveu: >> >>> From: Hans Verkuil >>> >>> Define the public request API. >>> >>> This adds the new MEDIA_IOC_REQUEST_ALLOC i

Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-23 Thread Hans Verkuil
On 04/10/2018 07:26 AM, Tomasz Figa wrote: > Hi Hans, > > On Mon, Apr 9, 2018 at 11:20 PM 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 o

Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-16 Thread Alexandre Courbot
On Mon, Apr 9, 2018 at 11:20 PM 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 and to re-i

Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-10 Thread Sakari Ailus
On Tue, Apr 10, 2018 at 06:38:56AM -0300, Mauro Carvalho Chehab wrote: > Em Mon, 9 Apr 2018 16:19:59 +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

Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-10 Thread Mauro Carvalho Chehab
Em Mon, 9 Apr 2018 16:19:59 +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 a

Re: [RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-09 Thread Tomasz Figa
Hi Hans, On Mon, Apr 9, 2018 at 11:20 PM 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 a

[RFCv11 PATCH 02/29] uapi/linux/media.h: add request API

2018-04-09 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