Re: [RFCv11 PATCH 22/29] videobuf2-v4l2: add vb2_request_queue helper

2018-04-23 Thread Hans Verkuil
On 04/12/2018 10:29 AM, Tomasz Figa wrote: > On Mon, Apr 9, 2018 at 11:20 PM Hans Verkuil wrote: > >> From: Hans Verkuil > >> Generic helper function that checks if there are buffers in >> the request and if so, prepares and queues all objects in the >> request. > >> Signed-off-by: Hans Verkui

Re: [RFCv11 PATCH 22/29] videobuf2-v4l2: add vb2_request_queue helper

2018-04-12 Thread Tomasz Figa
On Mon, Apr 9, 2018 at 11:20 PM Hans Verkuil wrote: > From: Hans Verkuil > Generic helper function that checks if there are buffers in > the request and if so, prepares and queues all objects in the > request. > Signed-off-by: Hans Verkuil > --- > drivers/media/common/videobuf2/videobuf2-v4