Re: [RFC v5 03/11] [media] vb2: add 'ordered_in_driver' property to queues

From: Gustavo Padovan
Date: Fri Nov 17 2017 - 06:24:30 EST


2017-11-17 Alexandre Courbot <acourbot@xxxxxxxxxxxx>:

> On Thursday, November 16, 2017 2:10:49 AM JST, Gustavo Padovan wrote:
> > From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxx>
> >
> > We use ordered_in_driver property to optimize for the case where
> > the driver can deliver the buffers in an ordered fashion. When it
> > is ordered we can use the same fence context for all fences, but
> > when it is not we need to a new context for each out-fence.
>
> "we need to a new context" looks like it is missing a word.

oh

"we need to create a new context"

Thanks for reviewing the patches!

Gustavo