Re: [RFC PATCH 0/5] Add enum_fmt flag for coded formats with dynamic resolution switching

2019-07-18 Thread Tomasz Figa
On Mon, Jul 15, 2019 at 9:37 PM Hans Verkuil wrote: > > On 6/11/19 10:13 AM, Hans Verkuil wrote: > > On 6/9/19 4:38 PM, Maxime Jourdan wrote: > >> Hello, > >> > >> This RFC proposes a new format flag - V4L2_FMT_FLAG_DYN_RESOLUTION - used > >> to tag coded formats for which the device supports dyna

Re: [PATCH] media:dvb-frontends:Return if Max devices are added in dvb_pll_attach().

2019-07-18 Thread Akihiro TSUKADA
> Will it be better, if dvb_pll_devcount is decremented in dvb_pll_release(),  > instead of removing module params? But you cannot know deterministically which device corrensponds to what "id" (when you have multiple dvb_pll devices), since "id" is dependent on the history of register and unregis

Issues with ov5640 camera on i.MX6Q

2019-07-18 Thread Laura Nao
Hello Loic, I'm having some issues with RAW8 mode on the OV5640 camera and I'd like to kindly ask for your advice, as I saw that you added support for RAW mode in the mainline kernel driver. I'm trying to capture some raw images on a i.MX6Q based board. I configured the pipeline as follows:

Re: [RFC PATCH 0/5] Add enum_fmt flag for coded formats with dynamic resolution switching

2019-07-18 Thread Hans Verkuil
On 7/18/19 10:39 AM, Maxime Jourdan wrote: > On Mon, Jul 15, 2019 at 2:37 PM Hans Verkuil wrote: >> >> On 6/11/19 10:13 AM, Hans Verkuil wrote: >>> On 6/9/19 4:38 PM, Maxime Jourdan wrote: Hello, This RFC proposes a new format flag - V4L2_FMT_FLAG_DYN_RESOLUTION - used to tag c

Re: [PATCH] media:dvb-frontends:Return if Max devices are added in dvb_pll_attach().

2019-07-18 Thread Vandana BN
On 18/07/19 6:05 AM, Akihiro TSUKADA wrote: > Hi, > >> diff --git a/drivers/media/dvb-frontends/dvb-pll.c >> b/drivers/media/dvb-frontends/dvb-pll.c >> index ba0c49107bd2..c850f1d69bce 100644 >> --- a/drivers/media/dvb-frontends/dvb-pll.c >> +++ b/drivers/media/dvb-frontends/dvb-pll.c >> @@ -788

Re: [RFC PATCH 0/5] Add enum_fmt flag for coded formats with dynamic resolution switching

2019-07-18 Thread Maxime Jourdan
On Mon, Jul 15, 2019 at 2:37 PM Hans Verkuil wrote: > > On 6/11/19 10:13 AM, Hans Verkuil wrote: > > On 6/9/19 4:38 PM, Maxime Jourdan wrote: > >> Hello, > >> > >> This RFC proposes a new format flag - V4L2_FMT_FLAG_DYN_RESOLUTION - used > >> to tag coded formats for which the device supports dyna

Re: [PATCH] staging: media: sunxi: Add bool cast to value

2019-07-18 Thread Paul Kocialkowski
Hi, On Wed 17 Jul 19, 19:53, Nishka Dasgupta wrote: > Typecast as bool the return value of cedrus_find_format in > cedrus_check_format as the return value of cedrus_check_format is always > treated like a boolean value. Thanks for the patch! Could we also add !! to the returned pointer so that we