cron job: media_tree daily build: ERRORS

2018-07-27 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: Sat Jul 28 05:00:10 CEST 2018 media-tree git hash:4faeaf9c0f4581667ce5826f9c90c4fd463ef086 media_build gi

Re: [PATCH 3/3] media: add Rockchip VPU driver

2018-07-27 Thread Ezequiel Garcia
Hi Hans, Thanks a lot for the review. On Wed, 2018-07-18 at 11:58 +0200, Hans Verkuil wrote: > > > > + > > +static int > > +queue_init(void *priv, struct vb2_queue *src_vq, struct vb2_queue *dst_vq) > > +{ > > + struct rockchip_vpu_ctx *ctx = priv; > > + int ret; > > + > > + src_vq->type =

[ragnatech:media-tree] BUILD SUCCESS 4070fc9ade52f7d0ad1397fe74f564ae95e68a4f

2018-07-27 Thread kbuild test robot
tree/branch: git://git.ragnatech.se/linux media-tree branch HEAD: 4070fc9ade52f7d0ad1397fe74f564ae95e68a4f media: rcar-csi2: update stream start for V3M elapsed time: 160m configs tested: 195 The following configs have been built successfully. More configs may be tested in the coming days. a

[GIT PULL FOR v4.19] v4l2-mem2mem regression fix

2018-07-27 Thread Hans Verkuil
The following changes since commit 4070fc9ade52f7d0ad1397fe74f564ae95e68a4f: media: rcar-csi2: update stream start for V3M (2018-07-27 09:01:07 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.19p for you to fetch changes up to 4eb7567f59f65688

managing photos

2018-07-27 Thread Jeremy
I would like to contact the person who manages your images for your company? We services such as background image cut out, clipping path, shadow adding (drop shadow, reflection shadow, natural shadow, mirror effect), image masking, product image editing. The following are the kind of services to

Re: [PATCH v2 1/5] v4l2-mem2mem: Fix missing v4l2_m2m_try_run call

2018-07-27 Thread Hans Verkuil
On 27/07/18 17:16, Ezequiel Garcia wrote: > On Fri, 2018-07-27 at 15:41 +0200, Hans Verkuil wrote: >> On 27/07/18 15:35, Hans Verkuil wrote: >>> On 25/07/18 19:15, Ezequiel Garcia wrote: Commit 34dbb848d5e4 ("media: mem2mem: Remove excessive try_run call") removed a redundant call to v4l2

Re: [PATCH v2 1/5] v4l2-mem2mem: Fix missing v4l2_m2m_try_run call

2018-07-27 Thread Ezequiel Garcia
On Fri, 2018-07-27 at 15:41 +0200, Hans Verkuil wrote: > On 27/07/18 15:35, Hans Verkuil wrote: > > On 25/07/18 19:15, Ezequiel Garcia wrote: > > > Commit 34dbb848d5e4 ("media: mem2mem: Remove excessive try_run call") > > > removed a redundant call to v4l2_m2m_try_run but instead introduced > > > a

company photos

2018-07-27 Thread Jeremy
I would like to contact the person who manages your images for your company? We services such as background image cut out, clipping path, shadow adding (drop shadow, reflection shadow, natural shadow, mirror effect), image masking, product image editing. The following are the kind of services to

[GIT PULL for 4.19] New sensor drivers, cropping support for imx274, dw9807 VCM driver rename

2018-07-27 Thread Sakari Ailus
Hi Mauro, Here are two new sensor drivers; the ov2680 driver now has a MAINTAINERS entry and there's a driver for mt9v111 sensor driver from Jacopo. Included is also a dw9807 VCM driver rename --- this is just VCM part --- to avoid extra Kconfig churn. Please pull. The following changes since c

Re: [PATCH] mem2mem: Remove excessive try_run call

2018-07-27 Thread Hans Verkuil
On 27/07/18 15:28, Ezequiel Garcia wrote: > On 12 June 2018 at 10:22, Ezequiel Garcia wrote: >> If there is a schedulable job, v4l2_m2m_try_schedule() calls >> v4l2_m2m_try_run(). This makes the unconditional v4l2_m2m_try_run() >> called by v4l2_m2m_job_finish superfluous. Remove it. >> >> Fixes:

Re: [PATCH v2 1/5] v4l2-mem2mem: Fix missing v4l2_m2m_try_run call

2018-07-27 Thread Hans Verkuil
On 27/07/18 15:35, Hans Verkuil wrote: > On 25/07/18 19:15, Ezequiel Garcia wrote: >> Commit 34dbb848d5e4 ("media: mem2mem: Remove excessive try_run call") >> removed a redundant call to v4l2_m2m_try_run but instead introduced >> a bug. Consider the following case: >> >> 1) Context A schedules, qu

Re: [PATCH v2 1/5] v4l2-mem2mem: Fix missing v4l2_m2m_try_run call

2018-07-27 Thread Hans Verkuil
On 25/07/18 19:15, Ezequiel Garcia wrote: > Commit 34dbb848d5e4 ("media: mem2mem: Remove excessive try_run call") > removed a redundant call to v4l2_m2m_try_run but instead introduced > a bug. Consider the following case: > > 1) Context A schedules, queues and runs job A. > 2) While the m2m devi

Re: [PATCH] mem2mem: Remove excessive try_run call

2018-07-27 Thread Ezequiel Garcia
On 12 June 2018 at 10:22, Ezequiel Garcia wrote: > If there is a schedulable job, v4l2_m2m_try_schedule() calls > v4l2_m2m_try_run(). This makes the unconditional v4l2_m2m_try_run() > called by v4l2_m2m_job_finish superfluous. Remove it. > > Fixes: 7f98639def42 ("V4L/DVB: add memory-to-memory devi

[linux-next:master 9330/9982] fs/compat_ioctl.c:218:45: error: invalid application of 'sizeof' to incomplete type 'struct video_spu_palette'

2018-07-27 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 639d109b21f1413c54ca7042e40a57856e7679bb commit: f863ce990030cfc5a57a490b4613be4a523ffce1 [9330/9982] media: dvb: get rid of VIDEO_SET_SPU_PALETTE config: x86_64-kexec (attached as .config) compiler: gcc-7

[GIT PULL FOR v4.19] rcar fix

2018-07-27 Thread Hans Verkuil
The following changes since commit 5bfffa0c86915e5afbfe56d9790457b2a9887f2d: media: pci: ivtv: Replace GFP_ATOMIC with GFP_KERNEL (2018-07-27 08:15:55 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.19o for you to fetch changes up to 2d0c5391

[PATCH] media: ov2680: Add Omnivision OV2680 maintainer

2018-07-27 Thread Rui Miguel Silva
Add myself as maintainer of the Omnivision OV2680 sensor driver. Signed-off-by: Rui Miguel Silva --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0fe4228f78cb..a9d296277676 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10463,6 +10463,14

Re: [PATCH v7 2/2] media: ov2680: Add Omnivision OV2680 sensor driver

2018-07-27 Thread Rui Miguel Silva
Hi Sakari, On Wed 25 Jul 2018 at 15:11, Sakari Ailus wrote: On Tue, Jul 03, 2018 at 03:08:03PM +0100, Rui Miguel Silva wrote: This patch adds V4L2 sub-device driver for OV2680 image sensor. The OV2680 is a 1/5" CMOS color sensor from Omnivision. Supports output format: 10-bit Raw RGB. The OV2680

[PATCH] media.h.rst.exceptions: fix MEDIA_ENT_F_DTV_DECODER warning

2018-07-27 Thread Hans Verkuil
Fix this warning for this legacy define: media.h.rst:6: WARNING: undefined label: media-ent-f-dtv-decoder (if the link has no caption the label must precede a section header) Signed-off-by: Hans Verkuil --- diff --git a/Documentation/media/media.h.rst.exceptions b/Documentation/media/media.h.r

Re: Software-only image processing for Intel "complex" cameras

2018-07-27 Thread Javier Martinez Canillas
Hi Mauro, On Mon, Jun 25, 2018 at 3:10 PM, Mauro Carvalho Chehab wrote: > Em Mon, 25 Jun 2018 09:48:56 + > "Zheng, Jian Xu" escreveu: > >> Hi Mauro, >> >> > -Original Message- >> > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> > ow...@vger.kernel.org] On Behalf Of M

[PATCH] media-types.rst: fix doc warnings

2018-07-27 Thread Hans Verkuil
Fix these warnings when building the documentation: media.h.rst:6: WARNING: undefined label: media-ent-f-dv-decoder (if the link has no caption the label must precede a section header) media.h.rst:6: WARNING: undefined label: media-ent-f-dv-encoder (if the link has no caption the label must prec

Good day.

2018-07-27 Thread Albert Chebe
ATTN: I am MR.Albert Chebe, writing you in respect of my deceased client,I have been trying to locate any member of his family to assist in repatriating his fund he deposited in finance house valued at US$10.500.000 .Contact me with your full names, occupation, country of residence and direct tele

[GIT PULL FOR v4.19] v2: Various fixes

2018-07-27 Thread Hans Verkuil
The following changes since commit 343b23a7c6b6680ef949e6112a4ee60688acf39d: media: gpu: ipu-v3: Allow negative offsets for interlaced scanning (2018-07-26 15:21:50 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.19n for you to fetch changes

[ragnatech:media-tree 247/250] arch/arm64/include/asm/uaccess.h:403:18: note: in expansion of macro '__put_user'

2018-07-27 Thread kbuild test robot
tree: git://git.ragnatech.se/linux media-tree head: 343b23a7c6b6680ef949e6112a4ee60688acf39d commit: f863ce990030cfc5a57a490b4613be4a523ffce1 [247/250] media: dvb: get rid of VIDEO_SET_SPU_PALETTE config: arm64-allmodconfig (attached as .config) compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11

[GIT PULL FOR v4.19] Various fixes

2018-07-27 Thread Hans Verkuil
Various fixes for 4.19. Regards, Hans The following changes since commit 343b23a7c6b6680ef949e6112a4ee60688acf39d: media: gpu: ipu-v3: Allow negative offsets for interlaced scanning (2018-07-26 15:21:50 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/med