cron job: media_tree daily build: WARNINGS

2019-07-22 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Tue Jul 23 05:00:13 CEST 2019 media-tree git hash:66193b24514c91aeda88da744554b2665471aeae media_build gi

Re: [RFC,V2,1/2] media: dt-bindings: media: i2c: Add bindings for OV02A10

2019-07-22 Thread Rob Herring
On Thu, Jul 04, 2019 at 04:46:50PM +0800, dongchun@mediatek.com wrote: > From: Dongchun Zhu > > Add device tree binding documentation for the OV02A10 camera sensor. > > Signed-off-by: Dongchun Zhu > --- > .../devicetree/bindings/media/i2c/ov02a10.txt | 43 > ++ >

Re: [PATCH v3 2/3] media: uapi: h264: Add the concept of decoding mode

2019-07-22 Thread Hans Verkuil
On 7/22/19 7:54 PM, Boris Brezillon wrote: > Hi Hans, > > On Mon, 22 Jul 2019 17:29:21 +0200 > Hans Verkuil wrote: > >> On 7/3/19 2:28 PM, Boris Brezillon wrote: >>> Some stateless decoders don't support per-slice decoding (or at least >>> not in a way that would make them efficient or easy to u

Re: [PATCH v3 2/3] media: uapi: h264: Add the concept of decoding mode

2019-07-22 Thread Boris Brezillon
Hi Hans, On Mon, 22 Jul 2019 17:29:21 +0200 Hans Verkuil wrote: > On 7/3/19 2:28 PM, Boris Brezillon wrote: > > Some stateless decoders don't support per-slice decoding (or at least > > not in a way that would make them efficient or easy to use). > > Let's expose a menu to control and expose the

Re: Issues with ov5640 camera on i.MX6Q

2019-07-22 Thread Eric Nelson
Hi Laura, On 7/22/19 8:50 AM, Laura Nao wrote: Thanks Fabio! I tried tweaking the PLL configuration in the driver and did some further tests on 5.2 kernel. I was finally able to capture RAW frames that match the test pattern for 1280x720 and 1920x1080 resolutions. The 2592x1944 frame is sti

Re: MyGica T230 dvb-t2 data corruption since commit 5fa8815

2019-07-22 Thread Jan Pieter van Woerkom
remove t230 from cxusb Signed-off-by: Jan Pieter van Woerkom --- diff -ru a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c --- a/drivers/media/usb/dvb-usb/cxusb.c 2019-07-08 00:41:56.0 +0200 +++ b/drivers/media/usb/dvb-usb/cxusb.c 2019-07-22 17:34:51.550698820 +0200

[GIT PULL FOR v5.4] RC & DVB fixes

2019-07-22 Thread Sean Young
Hi Mauro, Here is the first batch of dvb & rc changes. Thanks Sean The following changes since commit 3f98538c7673e5306a126fd3cb7e0a84abc170ee: Merge tag 'v5.3-rc1' into patchwork (2019-07-22 07:40:55 -0400) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git

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

2019-07-22 Thread Sakari Ailus
On Mon, Jul 22, 2019 at 07:14:08PM +0530, Nishka Dasgupta wrote: > On 22/07/19 5:54 PM, Paul Kocialkowski wrote: > > Hi, > > > > On Mon 22 Jul 19, 12:12, Jeremy Sowden wrote: > > > On 2019-07-22, at 11:36:51 +0530, Nishka Dasgupta wrote: > > > > Typecast as bool the return value of cedrus_find_for

Re: [GIT PULL FOR v5.4] Fix device_caps, don't set fmt description

2019-07-22 Thread Mauro Carvalho Chehab
Em Mon, 22 Jul 2019 16:06:01 +0200 Hans Verkuil escreveu: > Contains these two patch series, rebased on top of v5.3-rc1 > media/usb: don't set description in ENUM_FMT Hmm... trying to apply this on the top of upstream caused a lot of issues: Applying patch patches/0002-0021-media-usb-d

Re: [PATCH v5] media: v4l: ctrls: Add debug messages

2019-07-22 Thread Sakari Ailus
Hi Ezequiel, On Sat, Jul 20, 2019 at 08:47:07AM -0300, Ezequiel Garcia wrote: > Currently, the v4l2 control code is a bit silent on errors. > Add debug messages on (hopefully) most of the error paths. > > Signed-off-by: Ezequiel Garcia > --- > Changes from v3: > * Add missing parenthesis around

Re: Issues with ov5640 camera on i.MX6Q

2019-07-22 Thread Laura Nao
Thanks Fabio! I tried tweaking the PLL configuration in the driver and did some further tests on 5.2 kernel. I was finally able to capture RAW frames that match the test pattern for 1280x720 and 1920x1080 resolutions. The 2592x1944 frame is still not perfectly aligned, but it looks much clos

Re: [PATCH v3 2/3] media: uapi: h264: Add the concept of decoding mode

2019-07-22 Thread Hans Verkuil
On 7/3/19 2:28 PM, Boris Brezillon wrote: > Some stateless decoders don't support per-slice decoding (or at least > not in a way that would make them efficient or easy to use). > Let's expose a menu to control and expose the supported decoding modes. > Drivers are allowed to support only one decodi

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

2019-07-22 Thread Paul Kocialkowski
Hi, On Mon 22 Jul 19, 19:14, Nishka Dasgupta wrote: > On 22/07/19 5:54 PM, Paul Kocialkowski wrote: > > Hi, > > > > On Mon 22 Jul 19, 12:12, Jeremy Sowden wrote: > > > On 2019-07-22, at 11:36:51 +0530, Nishka Dasgupta wrote: > > > > Typecast as bool the return value of cedrus_find_format in > > >

[GIT PULL FOR v5.4] Add VP8/MPEG-2 support for rk3328

2019-07-22 Thread Hans Verkuil
This PR merges: https://patchwork.linuxtv.org/project/linux-media/list/?series=354 https://patchwork.linuxtv.org/patch/56427/ https://patchwork.linuxtv.org/patch/56836/ Main claim to fame is the new VP8 support for stateless decoders. Regards, Hans The following changes since commit 3

Re: [git:media_tree/master] docs: interconnect.rst: add it to the driver-api guide

2019-07-22 Thread Mauro Carvalho Chehab
Em Mon, 22 Jul 2019 16:07:23 +0300 Georgi Djakov escreveu: > On 7/15/19 15:20, Mauro Carvalho Chehab wrote: > > This is an automatic generated email to let you know that the following > > patch were queued: > > > > Subject: docs: interconnect.rst: add it to the driver-api guide > > Author: Mau

[GIT PULL FOR v5.4] Fix device_caps, don't set fmt description

2019-07-22 Thread Hans Verkuil
Contains these two patch series, rebased on top of v5.3-rc1: https://patchwork.linuxtv.org/project/linux-media/list/?series=240 https://patchwork.linuxtv.org/project/linux-media/list/?series=232 Regards, Hans The following changes since commit 3f98538c7673e5306a126fd3cb7e0a84abc170ee:

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

2019-07-22 Thread Nishka Dasgupta
On 22/07/19 5:54 PM, Paul Kocialkowski wrote: Hi, On Mon 22 Jul 19, 12:12, Jeremy Sowden wrote: On 2019-07-22, at 11:36:51 +0530, 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 l

Re: scancodes identified as invalid (I found the problem)

2019-07-22 Thread Sean Young
Hi John, On Mon, Jul 22, 2019 at 11:44:02AM +, John G wrote: > Hi Sean, > Using s = 0x20df10ef, protocol_scancode_valid() will return false (meaning it > is not a valid scancode). > > s>>24 = 0x0020 > s>>16 = 0x20df > ~(0x20df) = 0xdf20 > ( 0x0020 ^ 0xdf20) = 0xdf00 > 0xdf00 & 0xff

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

2019-07-22 Thread Jeremy Sowden
On 2019-07-22, at 14:24:38 +0200, Paul Kocialkowski wrote: > On Mon 22 Jul 19, 12:12, Jeremy Sowden wrote: > > On 2019-07-22, at 11:36:51 +0530, Nishka Dasgupta wrote: > > > Typecast as bool the return value of cedrus_find_format in > > > cedrus_check_format as the return value of cedrus_check_form

Very urgent AREAS OF INVESTMENT.

2019-07-22 Thread John CAVEDO
Sir/madam,I humbly seek your consent for an investment in your country.I need to invest in the following areas by your candid advice and supervision; industrial, petroleum energy , land farming..More details of this will be sent following your INVESTMENT suggestion and interest. I am deeply sorry f

Re: [git:media_tree/master] docs: interconnect.rst: add it to the driver-api guide

2019-07-22 Thread Georgi Djakov
On 7/15/19 15:20, Mauro Carvalho Chehab wrote: > This is an automatic generated email to let you know that the following patch > were queued: > > Subject: docs: interconnect.rst: add it to the driver-api guide > Author: Mauro Carvalho Chehab > Date:Tue Jun 18 17:15:10 2019 -0300 > > This i

Re: Issues with ov5640 camera on i.MX6Q

2019-07-22 Thread Fabio Estevam
[Adding Steve and Philipp] On Thu, Jul 18, 2019 at 10:06 AM Laura Nao wrote: > > 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

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

2019-07-22 Thread Paul Kocialkowski
Hi, On Mon 22 Jul 19, 12:12, Jeremy Sowden wrote: > On 2019-07-22, at 11:36:51 +0530, 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. > > > > Signed-

Re: kernel Warning when using vivid with contiguous dma

2019-07-22 Thread Hans Verkuil
On 7/22/19 1:21 PM, Dafna Hirschfeld wrote: > I loaded the vivid module with contiguous DMA and ran streaming with > it with large image dimensions > here are the commans: > > $ uname -a > Linux ubuntu 5.2.0-rc5+ #1 SMP Mon Jul 1 10:17:46 PDT 2019 x86_64 > x86_64 x86_64 GNU/Linux > $ sudo modprobe

Re: kernel Warning when using vivid with contiguous dma

2019-07-22 Thread Mauro Carvalho Chehab
Em Mon, 22 Jul 2019 13:21:00 +0200 Dafna Hirschfeld escreveu: > I loaded the vivid module with contiguous DMA and ran streaming with > it with large image dimensions > [  306.437327] Call Trace: > [  306.437338]  __dma_direct_alloc_pages+0xc9/0x1c0 > [  306.437343]  dma_direct_alloc_pages+0x24/0

kernel Warning when using vivid with contiguous dma

2019-07-22 Thread Dafna Hirschfeld
I loaded the vivid module with contiguous DMA and ran streaming with it with large image dimensions here are the commans: $ uname -a Linux ubuntu 5.2.0-rc5+ #1 SMP Mon Jul 1 10:17:46 PDT 2019 x86_64 x86_64 x86_64 GNU/Linux $ sudo modprobe -v vivid allocators=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1

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

2019-07-22 Thread Jeremy Sowden
On 2019-07-22, at 11:36:51 +0530, 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. > > Signed-off-by: Nishka Dasgupta > --- > Changes in v2: > - Add !! to t

Re: [RFC v2] DT-based tuner/demod init

2019-07-22 Thread Marc Gonzalez
On 11/07/2019 18:21, Marc Gonzalez wrote: > This is a follow-up RFC to my first request for comments: > "[RFC] SW connection between DVB Transport Stream demuxer and I2C-based > frontend" > https://www.spinics.net/lists/arm-kernel/msg739972.html > > Background: my SoC provides a "Transport Strea

[PATCH RESEND] staging: media: davinci_vpfe: Replace function vpfe_isif_cleanup()

2019-07-22 Thread Nishka Dasgupta
Rename function isif_remove to vpfe_isif_cleanup, as vpfe_isif_cleanup does nothing but call isif_remove. Change type of new vpfe_isif_cleanup from static to non-static to match the old function definition. Remove the original vpfe_isif_cleanup. Modify calls to isif_remove to vpfe_isif_cleanup. Iss