Re: [PATCH] media:staging/intel-ipu3: parameter buffer refactoring

2019-03-11 Thread Bingbu Cao
On 03/12/2019 01:33 PM, Tomasz Figa wrote: Hi Bingbu, On Fri, Feb 15, 2019 at 6:02 PM wrote: From: Bingbu Cao Current ImgU driver processes and releases the parameter buffer immediately after queued from user. This does not align with other image buffers which are grouped in sets and used

Re: [PATCH] media:staging/intel-ipu3: parameter buffer refactoring

2019-03-11 Thread Tomasz Figa
Hi Bingbu, On Fri, Feb 15, 2019 at 6:02 PM wrote: > > From: Bingbu Cao > > Current ImgU driver processes and releases the parameter buffer > immediately after queued from user. This does not align with other > image buffers which are grouped in sets and used for the same frame. > If user queues

cron job: media_tree daily build: OK

2019-03-11 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 Mar 12 05:00:14 CET 2019 media-tree git hash:15d90a6ae98e6d2c68497b44a491cb9efbb98ab1 media_build git

[PATCH 0/2] media: ov7670: fix regressions caused by "hook s_power onto v4l2 core"

2019-03-11 Thread Akinobu Mita
This patchset fixes the problems introduced by recent change to ov7670. Akinobu Mita (2): media: ov7670: restore default settings after power-up media: ov7670: don't access registers when the device is powered off drivers/media/i2c/ov7670.c | 32 +++- 1 file chang

[PATCH 1/2] media: ov7670: restore default settings after power-up

2019-03-11 Thread Akinobu Mita
Since commit 3d6a8fe25605 ("media: ov7670: hook s_power onto v4l2 core"), the device is actually powered off while the video stream is stopped. The frame format and framerate are restored right after power-up, but restoring the default register settings is forgotten. Fixes: 3d6a8fe25605 ("media:

[PATCH 2/2] media: ov7670: don't access registers when the device is powered off

2019-03-11 Thread Akinobu Mita
Since commit 3d6a8fe25605 ("media: ov7670: hook s_power onto v4l2 core"), the device is actually powered off while the video stream is stopped. So now set_format and s_frame_interval could be called while the device is powered off, but these callbacks try to change the register settings at this ti

[GIT PULL FOR v5.2] Various fixes/enhancements part 2

2019-03-11 Thread Hans Verkuil
The following changes since commit 15d90a6ae98e6d2c68497b44a491cb9efbb98ab1: media: dvb/earth-pt1: fix wrong initialization for demod blocks (2019-03-04 06:17:02 -0500) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2b for you to fetch changes

Re: [PATCH] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread Dan Carpenter
On Mon, Mar 11, 2019 at 02:10:12PM +, Colin Ian King wrote: > On 11/03/2019 14:07, Dan Carpenter wrote: > > On Mon, Mar 11, 2019 at 10:14:05PM +0800, Mao Wenan wrote: > >> There is no need to have the 'T *v' variable static > >> since new value always be assigned before use it. > >> > >> Signed

Re: [PATCH v2] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread Dan Carpenter
Thanks! Reviewed-by: Dan Carpenter regards, dan carpenter

[PATCH v2] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread Mao Wenan
There is no need to have the 'T *v' variable static since new value always be assigned before use it. Signed-off-by: Mao Wenan --- v1->v2: remove additional space character between resource_size_t and res_len. drivers/staging/media/davinci_vpfe/dm365_resizer.c | 2 +- 1 file changed, 1 inserti

Re: [PATCH] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread maowenan
On 2019/3/11 22:07, Dan Carpenter wrote: > On Mon, Mar 11, 2019 at 10:14:05PM +0800, Mao Wenan wrote: >> There is no need to have the 'T *v' variable static >> since new value always be assigned before use it. >> >> Signed-off-by: Mao Wenan >> --- >> drivers/staging/media/davinci_vpfe/dm365_re

Re: [PATCH] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread Colin Ian King
On 11/03/2019 14:07, Dan Carpenter wrote: > On Mon, Mar 11, 2019 at 10:14:05PM +0800, Mao Wenan wrote: >> There is no need to have the 'T *v' variable static >> since new value always be assigned before use it. >> >> Signed-off-by: Mao Wenan >> --- >> drivers/staging/media/davinci_vpfe/dm365_resi

Re: [PATCH] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread Dan Carpenter
On Mon, Mar 11, 2019 at 10:14:05PM +0800, Mao Wenan wrote: > There is no need to have the 'T *v' variable static > since new value always be assigned before use it. > > Signed-off-by: Mao Wenan > --- > drivers/staging/media/davinci_vpfe/dm365_resizer.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH] staging: davinci: drop pointless static qualifier in vpfe_resizer_init()

2019-03-11 Thread Mao Wenan
There is no need to have the 'T *v' variable static since new value always be assigned before use it. Signed-off-by: Mao Wenan --- drivers/staging/media/davinci_vpfe/dm365_resizer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/media/davinci_vpfe/dm365_resiz

Re: [media-workshop] [ANN] Edinburgh Media Summit 2018 meeting report

2019-03-11 Thread Mauro Carvalho Chehab
Em Mon, 11 Mar 2019 14:29:14 +0200 Laurent Pinchart escreveu: > > > We actually reverted it, but it caused a huge confusion and produced > > > lots of discussions. We lost several active developers: people that > > > were not happy by the 9000 lines patchset stepping on everyone's feet > > > and

Re: [media-workshop] [ANN] Edinburgh Media Summit 2018 meeting report

2019-03-11 Thread Mauro Carvalho Chehab
Em Mon, 11 Mar 2019 13:23:58 +0200 Sakari Ailus escreveu: > Hi Mauro, > > On Wed, Dec 12, 2018 at 05:30:02AM -0200, Mauro Carvalho Chehab wrote: > > Sakari, > > > > Em Sun, 18 Nov 2018 00:45:02 +0200 > > Sakari Ailus escreveu: > > > > > Hello everyone, > > > > Sorry for taking so long to

[GIT PULL FOR v5.2] Various fixes/enhancements

2019-03-11 Thread Hans Verkuil
The following changes since commit 15d90a6ae98e6d2c68497b44a491cb9efbb98ab1: media: dvb/earth-pt1: fix wrong initialization for demod blocks (2019-03-04 06:17:02 -0500) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.2a for you to fetch changes

Re: [media-workshop] [ANN] Edinburgh Media Summit 2018 meeting report

2019-03-11 Thread Ricardo Ribalda Delgado
Hi On Mon, Mar 11, 2019 at 1:29 PM Laurent Pinchart wrote: > > Hello, > > On Mon, Mar 11, 2019 at 01:23:58PM +0200, Sakari Ailus wrote: > > On Wed, Dec 12, 2018 at 05:30:02AM -0200, Mauro Carvalho Chehab wrote: > > > Em Sun, 18 Nov 2018 00:45:02 +0200 Sakari Ailus escreveu: > > > > > > > Hello e

[PATCHv4.1 9/9] vimc: use new release op

2019-03-11 Thread Hans Verkuil
Use the new v4l2_subdev_internal_ops release op to free the subdev memory only when the last user closed the file handle. Move v4l2_device_unregister_subdev() to the end of the vimc_ent_sd_unregister() function since now the unregister_subdev() call may free the vimc_ent_device struct which is use

Re: [media-workshop] [ANN] Edinburgh Media Summit 2018 meeting report

2019-03-11 Thread Laurent Pinchart
Hello, On Mon, Mar 11, 2019 at 01:23:58PM +0200, Sakari Ailus wrote: > On Wed, Dec 12, 2018 at 05:30:02AM -0200, Mauro Carvalho Chehab wrote: > > Em Sun, 18 Nov 2018 00:45:02 +0200 Sakari Ailus escreveu: > > > > > Hello everyone, > > > > Sorry for taking so long to review this. Was very busy tho

Re: [PATCH v2 4/4] media: v4l: ctrls: Add debug messages

2019-03-11 Thread Hans Verkuil
On 2/27/19 6:07 PM, Ezequiel Garcia wrote: > Currently, the v4l2 control code is a bit silent on errors. > Now that we have a debug parameter, it's possible to enable > debugging messages here. > > Add debug messages on (hopefully) most of the error paths. > Since it's really hard to associate all

Re: [media-workshop] [ANN] Edinburgh Media Summit 2018 meeting report

2019-03-11 Thread Sakari Ailus
Hi Mauro, On Wed, Dec 12, 2018 at 05:30:02AM -0200, Mauro Carvalho Chehab wrote: > Sakari, > > Em Sun, 18 Nov 2018 00:45:02 +0200 > Sakari Ailus escreveu: > > > Hello everyone, > > Sorry for taking so long to review this. Was very busy those days. Likewise in my reply. Please see my comments

Re: [PATCH v2 1/4] media: v4l: Simplify dev_debug flags

2019-03-11 Thread Hans Verkuil
On 2/27/19 6:07 PM, Ezequiel Garcia wrote: > In preparation to cleanup the debug logic, simplify the dev_debug > usage. In particular, make sure that a single flag is used to > control each debug print. > > Before this commit V4L2_DEV_DEBUG_STREAMING and V4L2_DEV_DEBUG_FOP > were needed to enable

Мотивиран персонал

2019-03-11 Thread Martin Adamov
Здравейте, Ваучерите за храна се нареждат сред любимите социални придобивки на работещите хора и сред най-предпочитаните начини за стимулиране от работодателите. Те подобряват ефективността и производителността на Вашите служители. Благодарение на ваучерите за храна реализирате спестявания –