Re: [PATCH] media: s5p-mfc: set V4L2_BUF_FLAG_LAST flag on final buffer

2020-09-17 Thread Tomasz Figa
On Tue, Jun 2, 2020 at 5:09 PM Nicolas Dufresne wrote: > > Hi Andriy, > > thanks for you patch. > > Le samedi 02 mai 2020 à 15:40 -0400, Andriy Gelman a écrit : > > From: Andriy Gelman > > > > As per V4L2 api, the final buffer should set V4L2_BUF_FLAG_LAST flag. > > > > Signed-off-by: Andriy Gelm

Re: [PATCH] media: s5p-mfc: set V4L2_BUF_FLAG_LAST flag on final buffer

2020-09-17 Thread Hans Verkuil
Added Sylwester and Tomasz. I'd like to have an Ack of a driver maintainer before merging. Regards, Hans On 02/05/2020 21:40, Andriy Gelman wrote: > From: Andriy Gelman > > As per V4L2 api, the final buffer should set V4L2_BUF_FLAG_LAST flag. > > Signed-off-by: Andriy Gelman > --- >

Re: [PATCH] media: s5p-mfc: set V4L2_BUF_FLAG_LAST flag on final buffer

2020-09-17 Thread Hans Verkuil
On 02/06/2020 17:09, Nicolas Dufresne wrote: > Hi Andriy, > > thanks for you patch. > > Le samedi 02 mai 2020 à 15:40 -0400, Andriy Gelman a écrit : >> From: Andriy Gelman >> >> As per V4L2 api, the final buffer should set V4L2_BUF_FLAG_LAST flag. >> >> Signed-off-by: Andriy Gelman >> --- >> d

Re: [PATCH] media: s5p-mfc: set V4L2_BUF_FLAG_LAST flag on final buffer

2020-06-02 Thread Nicolas Dufresne
Hi Andriy, thanks for you patch. Le samedi 02 mai 2020 à 15:40 -0400, Andriy Gelman a écrit : > From: Andriy Gelman > > As per V4L2 api, the final buffer should set V4L2_BUF_FLAG_LAST flag. > > Signed-off-by: Andriy Gelman > --- > drivers/media/platform/s5p-mfc/s5p_mfc.c | 1 + > 1 file chan

[PATCH] media: s5p-mfc: set V4L2_BUF_FLAG_LAST flag on final buffer

2020-05-02 Thread Andriy Gelman
From: Andriy Gelman As per V4L2 api, the final buffer should set V4L2_BUF_FLAG_LAST flag. Signed-off-by: Andriy Gelman --- drivers/media/platform/s5p-mfc/s5p_mfc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c b/drivers/media/platform/s5p-mfc/s5p