cron job: media_tree daily build: OK

2019-01-02 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: Thu Jan 3 05:00:12 CET 2019 media-tree git hash:4bd46aa0353e022c2401a258e93b107880a66533 media_build git

Re: [PATCH v3.16 2/2] v4l: event: Add subscription to list before calling "add" operation

2019-01-02 Thread Yi Qingliang
hello, I sent a email about 'can't wake problem' 4 days ago. Is this problem related with mine? > epoll and vb2_poll: can't wake_up > Sun, Dec 30, 2018, 6:17 PM (4 days ago) > to linux-kernel > Hello, I encountered a "can't wake_up" problem when use camera on imx6. > > if delay some time after '

Re: [PATCH 1/1] iova: Allow compiling the library without IOMMU support

2019-01-02 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Wednesday, 2 January 2019 23:16:57 EET Sakari Ailus wrote: > Drivers such as the Intel IPU3 ImgU driver use the IOVA library to manage > the device's own virtual address space while not implementing the IOMMU > API. Why is that ? Could the IPU3 IOMMU be imp

RE: [PATCH 1/1] media: staging/intel-ipu3: Fix Kconfig for unmet direct dependencies

2019-01-02 Thread Zhi, Yong
Hi, Sakari, > -Original Message- > From: Sakari Ailus [mailto:sakari.ai...@linux.intel.com] > Sent: Wednesday, January 2, 2019 2:11 PM > To: Zhi, Yong > Cc: linux-media@vger.kernel.org; tf...@chromium.org; Mani, Rajmohan > ; hans.verk...@cisco.com; > mche...@kernel.org; laurent.pinch...@i

[PATCH 1/1] iova: Allow compiling the library without IOMMU support

2019-01-02 Thread Sakari Ailus
Drivers such as the Intel IPU3 ImgU driver use the IOVA library to manage the device's own virtual address space while not implementing the IOMMU API. Currently the IOVA library is only compiled if the IOMMU support is enabled, resulting into a failure during linking due to missing symbols. Fix th

Re: [PATCH v7 00/16] Intel IPU3 ImgU patchset

2019-01-02 Thread Sakari Ailus
Hi Laurent, On Wed, Jan 02, 2019 at 10:20:13AM +0200, Laurent Pinchart wrote: > Hello Bingbu, > > On Wednesday, 2 January 2019 04:38:33 EET Bingbu Cao wrote: > > On 12/26/2018 07:03 PM, Laurent Pinchart wrote: > > > On Monday, 17 December 2018 05:14:44 EET Bingbu Cao wrote: > > >> On 12/14/2018 0

Re: [PATCH 1/1] media: staging/intel-ipu3: Fix Kconfig for unmet direct dependencies

2019-01-02 Thread Sakari Ailus
Hi Yong, On Mon, Dec 31, 2018 at 11:46:43AM -0600, Yong Zhi wrote: > Fix link error for specific .config reported by lkp robot: > > drivers/staging/media/ipu3/ipu3-dmamap.o: In function `ipu3_dmamap_alloc': > drivers/staging/media/ipu3/ipu3-dmamap.c:111: undefined reference to > `alloc_iova' >

Re: [PATCH v3.16 2/2] v4l: event: Add subscription to list before calling "add" operation

2019-01-02 Thread Ben Hutchings
On Thu, 2018-11-08 at 14:03 +0200, Sakari Ailus wrote: > [ upstream commit 92539d3eda2c090b382699bbb896d4b54e9bdece ] > > Patch ad608fbcf166 changed how events were subscribed to address an issue > elsewhere. As a side effect of that change, the "add" callback was called > before the event subscri

[PATCH 1/3] libdvbv5: do not adjust DVB time daylight saving

2019-01-02 Thread André Roth
Sets tm_isdst to -1. This makes dvb_time available outside of EIT parsing, and struct tm to reflect the actual values received from DVB. Also fixes indentation. Signed-off-by: André Roth --- lib/libdvbv5/tables/eit.c | 49 +++ 1 file changed, 24 insertions(+)

[PATCH 2/3] libdvbv5: enable newlines in dvb strings

2019-01-02 Thread André Roth
Newlines in are encoded as 0x8a, convert them to '\n' Signed-off-by: André Roth --- lib/libdvbv5/parse_string.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/libdvbv5/parse_string.c b/lib/libdvbv5/parse_string.c index 6e301ac8..d354f497 100644 --- a/lib/libdvbv5/pa

[PATCH 3/3] libdvbv5: fix array size in desc_logical_channel

2019-01-02 Thread André Roth
This fixes the descriptor paring on 64bit systems. Thanks to abasse...@tiscali.it for finding and patching. Signed-off-by: André Roth --- lib/libdvbv5/descriptors/desc_logical_channel.c | 4 ++-- lib/libdvbv5/dvb-file.c | 2 +- 2 files changed, 3 insertions(+), 3 deletion

Re: [PATCH v5 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range

2019-01-02 Thread Souptick Joarder
On Wed, Jan 2, 2019 at 4:46 PM Russell King - ARM Linux wrote: > > On Wed, Jan 02, 2019 at 04:23:15PM +0530, Souptick Joarder wrote: > > On Mon, Dec 24, 2018 at 6:53 PM Souptick Joarder > > wrote: > > > > > > Convert to use vm_insert_range to map range of kernel memory > > > to user vma. > > > >

For your photos again

2019-01-02 Thread Lucy
We have got a team of professional to do image editing service and it will help you submitted your project timely. We have 20 image editors and if you want to know more about us please reply back. If you want to check our quality of work please send us a photo with instruction and we will work o

For your photos again

2019-01-02 Thread Lucy
We have got a team of professional to do image editing service and it will help you submitted your project timely. We have 20 image editors and if you want to know more about us please reply back. If you want to check our quality of work please send us a photo with instruction and we will work o

Re: [PATCH v5 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range

2019-01-02 Thread Russell King - ARM Linux
On Wed, Jan 02, 2019 at 04:23:15PM +0530, Souptick Joarder wrote: > On Mon, Dec 24, 2018 at 6:53 PM Souptick Joarder wrote: > > > > Convert to use vm_insert_range to map range of kernel memory > > to user vma. > > > > Signed-off-by: Souptick Joarder > > Reviewed-by: Matthew Wilcox > > Acked-by:

Re: [PATCH v5 7/9] videobuf2/videobuf2-dma-sg.c: Convert to use vm_insert_range

2019-01-02 Thread Souptick Joarder
On Mon, Dec 24, 2018 at 6:53 PM Souptick Joarder wrote: > > Convert to use vm_insert_range to map range of kernel memory > to user vma. > > Signed-off-by: Souptick Joarder > Reviewed-by: Matthew Wilcox > Acked-by: Marek Szyprowski > Acked-by: Mauro Carvalho Chehab > --- > drivers/media/common

Re: [v4l-utils PATCH v2] v4l2-ctl: Add support for crop and compose selection in streaming

2019-01-02 Thread Hans Verkuil
On 01/02/2019 09:37 AM, Dafna Hirschfeld wrote: > Support crop and compose selection. > If the driver supports crop/compose then the raw frame is arranged > inside a padded buffer. > > Signed-off-by: Dafna Hirschfeld > --- > utils/common/codec-fwht.patch | 8 +- > utils/common/v4l-stre

Re: [PATCH v5] media: vicodec: add support for CROP and COMPOSE selection

2019-01-02 Thread Hans Verkuil
On 12/30/2018 02:48 PM, Dafna Hirschfeld wrote: > > > On Sun, Dec 30, 2018 at 2:22 PM Hans Verkuil > wrote: > > On 12/29/2018 04:20 PM, Dafna Hirschfeld wrote: > > Add support for the selection api for the crop and compose targets. > > The driver rounds up

[v4l-utils PATCH v2] v4l2-ctl: Add support for crop and compose selection in streaming

2019-01-02 Thread Dafna Hirschfeld
Support crop and compose selection. If the driver supports crop/compose then the raw frame is arranged inside a padded buffer. Signed-off-by: Dafna Hirschfeld --- utils/common/codec-fwht.patch | 8 +- utils/common/v4l-stream.c | 14 +-- utils/common/v4l-stream.h

Re: [PATCH v7 00/16] Intel IPU3 ImgU patchset

2019-01-02 Thread Laurent Pinchart
Hello Bingbu, On Wednesday, 2 January 2019 04:38:33 EET Bingbu Cao wrote: > On 12/26/2018 07:03 PM, Laurent Pinchart wrote: > > On Monday, 17 December 2018 05:14:44 EET Bingbu Cao wrote: > >> On 12/14/2018 06:24 AM, Laurent Pinchart wrote: > >>> On Wednesday, 12 December 2018 06:55:53 EET Bingbu C