Re: [RFC PATCH 3/8] media: videobuf2: add support for requests

2018-01-31 Thread Sakari Ailus
Hi Alexandre, On Fri, Jan 26, 2018 at 03:02:11PM +0900, Alexandre Courbot wrote: > Make vb2 aware of requests. Drivers can specify whether a given queue > can accept requests or not. Queues that accept requests will block on a > buffer that is part of a request until that request is submitted. >

[RFC PATCH 3/8] media: videobuf2: add support for requests

2018-01-25 Thread Alexandre Courbot
Make vb2 aware of requests. Drivers can specify whether a given queue can accept requests or not. Queues that accept requests will block on a buffer that is part of a request until that request is submitted. Signed-off-by: Alexandre Courbot ---