Em Tue, 14 Aug 2018 09:19:08 +0200
Hans Verkuil escreveu:
> On 13/08/18 16:53, Mauro Carvalho Chehab wrote:
> > Em Sat, 4 Aug 2018 14:45:18 +0200
> > Hans Verkuil escreveu:
> >
> >> From: Hans Verkuil
> >>
> >> The generic vb2_request_validate helper function checks if
> >> there are buffer
On 13/08/18 16:53, Mauro Carvalho Chehab wrote:
> Em Sat, 4 Aug 2018 14:45:18 +0200
> Hans Verkuil escreveu:
>
>> From: Hans Verkuil
>>
>> The generic vb2_request_validate helper function checks if
>> there are buffers in the request and if so, prepares (validates)
>> all objects in the request
Em Sat, 4 Aug 2018 14:45:18 +0200
Hans Verkuil escreveu:
> From: Hans Verkuil
>
> The generic vb2_request_validate helper function checks if
> there are buffers in the request and if so, prepares (validates)
> all objects in the request.
>
> The generic vb2_request_queue helper function queue
From: Hans Verkuil
The generic vb2_request_validate helper function checks if
there are buffers in the request and if so, prepares (validates)
all objects in the request.
The generic vb2_request_queue helper function queues all buffer
objects in the validated request.
Signed-off-by: Hans Verkui