Re: [RFC PATCH 6/9] media: vb2: add support for requests in QBUF ioctl

2018-01-16 Thread Alexandre Courbot
On Mon, Jan 15, 2018 at 6:19 PM, Hans Verkuil wrote: > On 01/15/2018 09:24 AM, Alexandre Courbot wrote: >> On Fri, Jan 12, 2018 at 8:37 PM, Hans Verkuil wrote: >>> On 12/15/17 08:56, Alexandre Courbot wrote: Support the request argument of the QBUF

Re: [RFC PATCH 6/9] media: vb2: add support for requests in QBUF ioctl

2018-01-15 Thread Hans Verkuil
On 01/15/2018 09:24 AM, Alexandre Courbot wrote: > On Fri, Jan 12, 2018 at 8:37 PM, Hans Verkuil wrote: >> On 12/15/17 08:56, Alexandre Courbot wrote: >>> Support the request argument of the QBUF ioctl. >>> >>> Signed-off-by: Alexandre Courbot >>> ---

Re: [RFC PATCH 6/9] media: vb2: add support for requests in QBUF ioctl

2018-01-15 Thread Alexandre Courbot
On Fri, Jan 12, 2018 at 8:37 PM, Hans Verkuil wrote: > On 12/15/17 08:56, Alexandre Courbot wrote: >> Support the request argument of the QBUF ioctl. >> >> Signed-off-by: Alexandre Courbot >> --- >> drivers/media/v4l2-core/v4l2-ioctl.c | 93 >>

Re: [RFC PATCH 6/9] media: vb2: add support for requests in QBUF ioctl

2018-01-12 Thread Hans Verkuil
On 12/15/17 08:56, Alexandre Courbot wrote: > Support the request argument of the QBUF ioctl. > > Signed-off-by: Alexandre Courbot > --- > drivers/media/v4l2-core/v4l2-ioctl.c | 93 > +++- > 1 file changed, 92 insertions(+), 1 deletion(-)

[RFC PATCH 6/9] media: vb2: add support for requests in QBUF ioctl

2017-12-14 Thread Alexandre Courbot
Support the request argument of the QBUF ioctl. Signed-off-by: Alexandre Courbot --- drivers/media/v4l2-core/v4l2-ioctl.c | 93 +++- 1 file changed, 92 insertions(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c