Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-30 Thread Sylwester Nawrocki
Hi Laurent, On 4/19/19 00:35, Laurent Pinchart wrote: > As this driver is quite old I assume there's little interest in > investing in it, but is there any chance Samsung would be interested in > contributing to libcamera for newer generations ? :-) I'm not aware of such plans at the moment, I as

Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-18 Thread Laurent Pinchart
Hi Sylwester, On Fri, Apr 12, 2019 at 01:14:38PM +0200, Sylwester Nawrocki wrote: > On 4/12/19 12:32, Hans Verkuil wrote: > > On 4/12/19 12:16 PM, Sylwester Nawrocki wrote: > >> On 4/12/19 11:20, Boris Brezillon wrote: > >>> The fimc-isp-video.c and fimc-lite.c were missing the > >>> V4L2_CAP_VIDE

Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-12 Thread Sylwester Nawrocki
On 4/12/19 12:32, Hans Verkuil wrote: > On 4/12/19 12:16 PM, Sylwester Nawrocki wrote: >> On 4/12/19 11:20, Boris Brezillon wrote: >>> The fimc-isp-video.c and fimc-lite.c were missing the >>> V4L2_CAP_VIDEO_CAPTURE_MPLANE flag when reporting device caps. >> >> Th omission was intentional, as these

Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-12 Thread Hans Verkuil
On 4/12/19 12:16 PM, Sylwester Nawrocki wrote: > Hi, > > On 4/12/19 11:20, Boris Brezillon wrote: >> The fimc-isp-video.c and fimc-lite.c were missing the >> V4L2_CAP_VIDEO_CAPTURE_MPLANE flag when reporting device caps. > > Th omission was intentional, as these video nodes cannot be used > by "s

Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-12 Thread Boris Brezillon
On Fri, 12 Apr 2019 12:16:42 +0200 Sylwester Nawrocki wrote: > Hi, > > On 4/12/19 11:20, Boris Brezillon wrote: > > The fimc-isp-video.c and fimc-lite.c were missing the > > V4L2_CAP_VIDEO_CAPTURE_MPLANE flag when reporting device caps. > > Th omission was intentional, as these video nodes ca

Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-12 Thread Sylwester Nawrocki
Hi, On 4/12/19 11:20, Boris Brezillon wrote: > The fimc-isp-video.c and fimc-lite.c were missing the > V4L2_CAP_VIDEO_CAPTURE_MPLANE flag when reporting device caps. Th omission was intentional, as these video nodes cannot be used by "standard" V4L2 capture applications. Some sub-devices need to

Re: [PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-12 Thread Hans Verkuil
On 4/12/19 11:20 AM, Boris Brezillon wrote: > The fimc-isp-video.c and fimc-lite.c were missing the > V4L2_CAP_VIDEO_CAPTURE_MPLANE flag when reporting device caps. > > Signed-off-by: Boris Brezillon > --- > Changes in v3: > - New patch > --- > drivers/media/platform/exynos4-is/fimc-isp-video.c

[PATCH v3 1/2] media: exynos4-is: Properly report _MPLANE caps

2019-04-12 Thread Boris Brezillon
The fimc-isp-video.c and fimc-lite.c were missing the V4L2_CAP_VIDEO_CAPTURE_MPLANE flag when reporting device caps. Signed-off-by: Boris Brezillon --- Changes in v3: - New patch --- drivers/media/platform/exynos4-is/fimc-isp-video.c | 4 +++- drivers/media/platform/exynos4-is/fimc-lite.c |