RE: [PATCH] s5p-mfc: fix state check from encoder queue_setup

2015-08-20 Thread Kamil Debski
Hi, From: Andrzej Hajda [mailto:a.ha...@samsung.com] Sent: Tuesday, August 18, 2015 3:32 PM On 05/13/2015 09:25 AM, Seung-Woo Kim wrote: MFCINST_GOT_INST state is set to encoder context with set_format only for catpure buffer. In queue_setup of encoder called during reqbufs, it is

Re: [PATCH] s5p-mfc: fix state check from encoder queue_setup

2015-08-18 Thread Andrzej Hajda
On 05/13/2015 09:25 AM, Seung-Woo Kim wrote: MFCINST_GOT_INST state is set to encoder context with set_format only for catpure buffer. In queue_setup of encoder called during reqbufs, it is checked MFCINST_GOT_INST state for both capture and output buffer. So this patch fixes to encoder to

[PATCH] s5p-mfc: fix state check from encoder queue_setup

2015-05-13 Thread Seung-Woo Kim
MFCINST_GOT_INST state is set to encoder context with set_format only for catpure buffer. In queue_setup of encoder called during reqbufs, it is checked MFCINST_GOT_INST state for both capture and output buffer. So this patch fixes to encoder to check MFCINST_GOT_INST state only for capture buffer