RE: [PATCH 2/2] v4l: s5p-mfc: Limit enum_fmt to output formats of current version

2014-05-20 Thread Kamil Debski
Hi Pawel, > From: Pawel Osciak [mailto:posc...@chromium.org] > Sent: Tuesday, May 20, 2014 3:47 AM > > Hi Kamil, > I like the solution as well. Two suggestions to consider below. > > On Fri, May 16, 2014 at 9:03 PM, Kamil Debski > wrote: > > MFC versions support a different set of formats, this

Re: [PATCH 2/2] v4l: s5p-mfc: Limit enum_fmt to output formats of current version

2014-05-19 Thread Pawel Osciak
Hi Kamil, I like the solution as well. Two suggestions to consider below. On Fri, May 16, 2014 at 9:03 PM, Kamil Debski wrote: > MFC versions support a different set of formats, this specially applies > to the raw YUV formats. This patch changes enum_fmt, so that it only > reports formats that ar

Re: [PATCH 2/2] v4l: s5p-mfc: Limit enum_fmt to output formats of current version

2014-05-19 Thread Arun Kumar K
Hi Kamil, Only a small correction. On Fri, May 16, 2014 at 5:33 PM, Kamil Debski wrote: > MFC versions support a different set of formats, this specially applies > to the raw YUV formats. This patch changes enum_fmt, so that it only > reports formats that are supported by the used MFC version. >

Re: [PATCH 2/2] v4l: s5p-mfc: Limit enum_fmt to output formats of current version

2014-05-19 Thread Sylwester Nawrocki
Hi Kamil, On 16/05/14 14:03, Kamil Debski wrote: > MFC versions support a different set of formats, this specially applies > to the raw YUV formats. This patch changes enum_fmt, so that it only > reports formats that are supported by the used MFC version. > > Signed-off-by: Kamil Debski The pat

[PATCH 2/2] v4l: s5p-mfc: Limit enum_fmt to output formats of current version

2014-05-16 Thread Kamil Debski
MFC versions support a different set of formats, this specially applies to the raw YUV formats. This patch changes enum_fmt, so that it only reports formats that are supported by the used MFC version. Signed-off-by: Kamil Debski --- drivers/media/platform/s5p-mfc/s5p_mfc.c|3 ++ driv