cron job: media_tree daily build: OK

2018-10-15 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 Oct 16 05:00:10 CEST 2018 media-tree git hash:490d84f6d73c12f4204241cff8651eed60aae914 media_build

Working test 5

2018-10-15 Thread Judy
Did you get my email from last week? Let me know if you have photos for cutting out or retouching? We are an image team who can do editing for your the web store photos, industry photos or portrait photos. Send photos, we will do testing for you to check quality. Waiting for your reply soon.

Working test 3

2018-10-15 Thread Judy
Did you get my email from last week? Let me know if you have photos for cutting out or retouching? We are an image team who can do editing for your the web store photos, industry photos or portrait photos. Send photos, we will do testing for you to check quality. Waiting for your reply soon.

Working test 3

2018-10-15 Thread Judy
Did you get my email from last week? Let me know if you have photos for cutting out or retouching? We are an image team who can do editing for your the web store photos, industry photos or portrait photos. Send photos, we will do testing for you to check quality. Waiting for your reply soon.

Working test 4

2018-10-15 Thread Judy
Did you get my email from last week? Let me know if you have photos for cutting out or retouching? We are an image team who can do editing for your the web store photos, industry photos or portrait photos. Send photos, we will do testing for you to check quality. Waiting for your reply soon.

Re: [ANN] Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-10-15 Thread Mauro Carvalho Chehab
Em Mon, 15 Oct 2018 13:36:08 +0200 Hans Verkuil escreveu: > Hi all, > > We are organizing a media mini-summit on Thursday October 25th in > Edinburgh, Edinburgh International Conference Centre. > > If you plan to attend, please register on the ELCE/OSS site since we're > using there tracking

Re: [PATCH v5 5/6] media: Add controls for JPEG quantization tables

2018-10-15 Thread Ezequiel Garcia
On Fri, 2018-10-12 at 22:00 +0200, Paul Kocialkowski wrote: > Hi, > > Le mercredi 19 septembre 2018 à 13:28 +0900, Tomasz Figa a écrit : > > On Thu, Sep 13, 2018 at 9:15 PM Paul Kocialkowski wrote: > > > Hi, > > > > > > On Wed, 2018-09-05 at 19:00 -0300, Ezequiel Garcia wrote: > > > > From:

Re: [PATCH v3 6/6] media: video-i2c: support runtime PM

2018-10-15 Thread Sakari Ailus
Hi Mita-san, On Sun, Oct 14, 2018 at 03:02:39AM +0900, Akinobu Mita wrote: > AMG88xx has a register for setting operating mode. This adds support > runtime PM by changing the operating mode. > > The instruction for changing sleep mode to normal mode is from the > reference specifications. > >

Re: [PATCH 1/4] media: ov5640: fix resolution update

2018-10-15 Thread jacopo mondi
Hi Hugues, On Mon, Oct 15, 2018 at 03:13:12PM +, Hugues FRUCHET wrote: > Hi Laurent, Jacopo, Sam, > > I'm also OK to change to a simpler alternative; > - drop the "restore" step Do you mean the restore step at the end of 'ov5640_restore_mode()' ? I agree, I've been carrying this one [1] in

Re: [PATCH] adv7604: add CEC support for adv7611/adv7612

2018-10-15 Thread Hans Verkuil
On 10/15/2018 05:15 PM, Niklas Söderlund wrote: > Hi Hans, > > Thanks for your patch. > > On 2018-10-12 13:30:02 +0200, Hans Verkuil wrote: >> The CEC IP is very similar between the three HDMI receivers, but >> not identical. Add support for all three variants. >> >> Tested with an adv7604 and

Re: [PATCH] adv7604: add CEC support for adv7611/adv7612

2018-10-15 Thread Niklas Söderlund
Hi Hans, Thanks for your patch. On 2018-10-12 13:30:02 +0200, Hans Verkuil wrote: > The CEC IP is very similar between the three HDMI receivers, but > not identical. Add support for all three variants. > > Tested with an adv7604 and an adv7612. > > Signed-off-by: Hans Verkuil This fixes CEC

Re: [PATCH 1/4] media: ov5640: fix resolution update

2018-10-15 Thread Hugues FRUCHET
Hi Laurent, Jacopo, Sam, I'm also OK to change to a simpler alternative; - drop the "restore" step - send the whole init register sequence + mode changes + format changes at streamon is this what you have in mind Laurent ? On 10/10/2018 02:41 PM, Laurent Pinchart wrote: > Hi Jacopo, > > On

Re: [PATCH v4 01/12] media: ov5640: Adjust the clock based on the expected rate

2018-10-15 Thread Hugues FRUCHET
Hi Maxime, I've recently found a problem around JPEG framerate, see below: On 10/11/2018 11:20 AM, Maxime Ripard wrote: > The clock structure for the PCLK is quite obscure in the documentation, and > was hardcoded through the bytes array of each and every mode. > > This is troublesome, since we

Re: [PATCH v4 12/12] ov5640: Enforce a mode change when changing the framerate

2018-10-15 Thread Hugues FRUCHET
Hi Maxime, This is already fixed in media tree: 0929983e49c81c1d413702cd9b83bb06c4a2555c media: ov5640: fix framerate update On 10/11/2018 11:21 AM, Maxime Ripard wrote: > The current logic only requires to call ov5640_set_mode, which will in turn > change the clock rates according to the mode

[ANN] Agenda for the media summit on Thursday Oct 25th in Edinburgh

2018-10-15 Thread Hans Verkuil
Hi all, We are organizing a media mini-summit on Thursday October 25th in Edinburgh, Edinburgh International Conference Centre. If you plan to attend, please register on the ELCE/OSS site since we're using there tracking system:

[GIT FIXES FOR v4.20] cec: forgot to cancel delayed work

2018-10-15 Thread Hans Verkuil
Urgent bug fix for kernel oops in CEC corner case. Also Cc-ed for stable to 4.18 since it fixes a bug in commit 7ec2b3b941a6, which was also slated for the stable release. Regards, Hans The following changes since commit 8caec72e8cbff65afa38928197bea5a393b67975: media: vivid:

[PATCH for 4.20] cec: forgot to cancel delayed work

2018-10-15 Thread Hans Verkuil
If the wait for completion was interrupted, then make sure to cancel any delayed work. This can only happen if a transmit is waiting for a reply, and you press Ctrl-C or reboot/poweroff or something like that which interrupts the thread waiting for the reply and then proceeds to delete the CEC

Re: [PATCH 1/2] ipu3-cio2: Unregister device nodes first, then release resources

2018-10-15 Thread Bing Bu Cao
On 10/15/2018 04:39 PM, Sakari Ailus wrote: > Hi Bingbu, > > On Mon, Oct 15, 2018 at 03:15:05PM +0800, Bing Bu Cao wrote: >> On 10/10/2018 04:32 PM, Sakari Ailus wrote: >>> While there are issues related to object lifetime management, unregister >>> the media device first, followed immediately

Re: [PATCH 1/2] ipu3-cio2: Unregister device nodes first, then release resources

2018-10-15 Thread Sakari Ailus
Hi Bingbu, On Mon, Oct 15, 2018 at 03:15:05PM +0800, Bing Bu Cao wrote: > > On 10/10/2018 04:32 PM, Sakari Ailus wrote: > > While there are issues related to object lifetime management, unregister > > the media device first, followed immediately by other device nodes when > > the driver is being

Re: [RFC] Informal meeting during ELCE to discuss userspace support for stateless codecs

2018-10-15 Thread Tomasz Figa
+Alexandre Courbot On Wed, Oct 10, 2018 at 3:55 PM Hans Verkuil wrote: > > On 10/08/2018 01:53 PM, Hans Verkuil wrote: > > Hi all, > > > > I would like to meet up somewhere during the ELCE to discuss userspace > > support > > for stateless (and perhaps stateful as well?) codecs. > > > > It is

Re: [PATCH 1/2] ipu3-cio2: Unregister device nodes first, then release resources

2018-10-15 Thread Bing Bu Cao
On 10/10/2018 04:32 PM, Sakari Ailus wrote: > While there are issues related to object lifetime management, unregister > the media device first, followed immediately by other device nodes when > the driver is being unbound. Only then the resources needed by the driver > may be released. This is