Re: [PATCH v2] Input: Add missing event codes for common IR remote buttons

2019-01-22 Thread VDR User
Hi Dmitry, thanks for replying. Notes follow.. > > > > +/* Remote control buttons found across provider & universal remotes */ > > > > +#define KEY_LIVE_TV 0x2e8 /* Jump to live tv > > > > viewing */ > > > > > > KEY_TV? > > > > KEY_TV selects TV as a *input source* the same as

Re: [PATCH 1/4] venus: firmware: check fw size against DT memory region size

2019-01-22 Thread Alexandre Courbot
Sorry for the delayed review! >_< On Wed, Jan 9, 2019 at 5:46 PM Stanimir Varbanov wrote: > > By historical reasons we defined firmware memory size to be 6MB even > that the firmware size for all supported Venus versions is 5MBs. Correct > that by compare the required firmware size returned from

Re: [PATCH 2/4] venus: core: corect maximum hardware load for sdm845

2019-01-22 Thread Alexandre Courbot
On Wed, Jan 9, 2019 at 5:46 PM Stanimir Varbanov wrote: > > This corects maximum hardware load constant in per SoC resources s/corect/correct. Same typo is present in patch title. > for sdm845 aka Venus v4. > > Signed-off-by: Stanimir Varbanov > --- > drivers/media/platform/qcom/venus/core.c

Re: [PATCH 4/4] venus: helpers: drop setting of timestap invalid flag

2019-01-22 Thread Alexandre Courbot
On Wed, Jan 9, 2019 at 5:46 PM Stanimir Varbanov wrote: > > The zero timestap is really a valid so not sure why I discarded it. Fix s/timestap/timestamp, also in patch title. > that mistake by drop the code which checks for zero timestamp. s/drop/dropping > > Signed-off-by: Stanimir Varbanov

Re: [PATCH v2 1/2] media: docs-rst: Document memory-to-memory video decoder interface

2019-01-22 Thread Tomasz Figa
On Tue, Jan 22, 2019 at 11:47 PM Hans Verkuil wrote: > > On 01/22/19 11:02, Tomasz Figa wrote: > > On Mon, Nov 12, 2018 at 8:37 PM Hans Verkuil wrote: > >> > >> Hi Tomasz, > >> > >> A general note for the stateful and stateless patches: they describe > >> specific > >> use-cases of the more gene

cron job: media_tree daily build: ERRORS

2019-01-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: Wed Jan 23 05:00:10 CET 2019 media-tree git hash:337e90ed028643c7acdfd0d31e3224d05ca03d66 media_build git

Re: [PATCH 3/3] Documentation/media: rename "Codec Interface"

2019-01-22 Thread Tomasz Figa
On Wed, Jan 23, 2019 at 12:17 PM Tomasz Figa wrote: > > Hi Hans, > > On Tue, Jan 22, 2019 at 8:27 PM wrote: > > > > From: Hans Verkuil > > > > The "Codec Interface" chapter is poorly named since codecs are just one > > use-case of the Memory-to-Memory Interface. Rename it and clean up the > > te

Re: [PATCH 3/3] Documentation/media: rename "Codec Interface"

2019-01-22 Thread Tomasz Figa
Hi Hans, On Tue, Jan 22, 2019 at 8:27 PM wrote: > > From: Hans Verkuil > > The "Codec Interface" chapter is poorly named since codecs are just one > use-case of the Memory-to-Memory Interface. Rename it and clean up the > text a bit. > > Signed-off-by: Hans Verkuil > --- > .../media/uapi/media

Re: [PATCH v8 11/11] media: imx.rst: Update doc to reflect fixes to interlaced capture

2019-01-22 Thread Steve Longerbeam
On 1/22/19 11:51 AM, Tim Harvey wrote: On Mon, Jan 21, 2019 at 12:24 PM Tim Harvey wrote: On Tue, Jan 15, 2019 at 3:54 PM Steve Longerbeam wrote: Hi Tim, On 1/15/19 1:58 PM, Tim Harvey wrote: On Wed, Jan 9, 2019 at 10:30 AM Steve Longerbeam wrote: Also add an example pipeline for uncon

Re: [PATCH v8 11/11] media: imx.rst: Update doc to reflect fixes to interlaced capture

2019-01-22 Thread Steve Longerbeam
On 1/21/19 12:24 PM, Tim Harvey wrote: On Tue, Jan 15, 2019 at 3:54 PM Steve Longerbeam wrote: Hi Tim, On 1/15/19 1:58 PM, Tim Harvey wrote: On Wed, Jan 9, 2019 at 10:30 AM Steve Longerbeam wrote: Also add an example pipeline for unconverted capture with interweave on SabreAuto. Cleanup

RE: [PATCH v8 15/17] media: v4l: Add Intel IPU3 meta buffer formats

2019-01-22 Thread Zhi, Yong
Hi, Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Tuesday, January 22, 2019 1:22 PM > To: Zhi, Yong > Cc: linux-media@vger.kernel.org; sakari.ai...@linux.intel.com; > tf...@chromium.org; Mani, Rajmohan ; > Toivonen, Tuukka ; Hu,

Re: [PATCH v8 15/17] media: v4l: Add Intel IPU3 meta buffer formats

2019-01-22 Thread Laurent Pinchart
Hi Yong, On Thu, Jan 10, 2019 at 06:35:11PM +, Zhi, Yong wrote: > On Tuesday, December 11, 2018 6:59 AM, Laurent Pinchart wrote: > > On Friday, 7 December 2018 03:03:40 EET Yong Zhi wrote: > >> Add IPU3-specific meta formats for processing parameters and 3A > >> statistics. > >> > >> V4L2_ME

[GIT PULL for 5.1] Yet more sensor driver patches

2019-01-22 Thread Sakari Ailus
Hi Mauro, Here's the regular set of sensor driver patches. This time is noteworthy, because there's nothing else. New drivers for mt9m001 (converted from SoC camera; the corresponding old SoC camera driver to be removed after this set) and ov8856 are included. Please pull. The following changes

Re: [PATCH v8 11/11] media: imx.rst: Update doc to reflect fixes to interlaced capture

2019-01-22 Thread Tim Harvey
On Mon, Jan 21, 2019 at 12:24 PM Tim Harvey wrote: > > On Tue, Jan 15, 2019 at 3:54 PM Steve Longerbeam > wrote: > > > > Hi Tim, > > > > On 1/15/19 1:58 PM, Tim Harvey wrote: > > > On Wed, Jan 9, 2019 at 10:30 AM Steve Longerbeam > > > wrote: > > >> Also add an example pipeline for unconverted

Re: [PATCH] media: m88ds3103: serialize reset messages in m88ds3103_set_frontend

2019-01-22 Thread Antti Palosaari
On 1/22/19 1:08 PM, James Hutchinson wrote: On Sun, Jan 20, 2019 at 04:43:08PM +0200, Antti Palosaari wrote: On 1/13/19 11:13 PM, James Hutchinson wrote: Ref: https://bugzilla.kernel.org/show_bug.cgi?id=199323 Users are experiencing problems with the DVBSky S960/S960C USB devices since the

Re: [PATCH 04/13] si2157: Add clock and pin setup for si2141

2019-01-22 Thread Brad Love
Hi Antti, On 20/01/2019 11.17, Antti Palosaari wrote: > > On 12/29/18 7:51 PM, Brad Love wrote: >> Include some missing setup for si2141 >> >> Signed-off-by: Brad Love >> --- >>   drivers/media/tuners/si2157.c | 17 + >>   1 file changed, 17 insertions(+) >> >> diff --git a/driver

Re: [PATCH v2 16/30] v4l: subdev: Add [GS]_ROUTING subdev ioctls and operations

2019-01-22 Thread Laurent Pinchart
Hi Sakari, On Tue, Jan 22, 2019 at 06:14:57PM +0200, Sakari Ailus wrote: > On Wed, Jan 16, 2019 at 01:51:45AM +0200, Laurent Pinchart wrote: > > On Fri, Nov 02, 2018 at 12:31:30AM +0100, Niklas Söderlund wrote: > >> From: Laurent Pinchart > >> > >> Signed-off-by: Laurent Pinchart > >> Signed-of

Re: [PATCH 1/2] selftests: Use lirc.h from kernel tree, not from system

2019-01-22 Thread Sean Young
On Tue, Jan 22, 2019 at 08:51:01AM -0700, shuah wrote: > On 1/17/19 8:29 AM, Sean Young wrote: > > When the system lirc.h is older than v4.16, you will get errors like: > > > > ir_loopback.c:32:16: error: field ‘proto’ has incomplete type > >enum rc_proto proto; > > > > Cc: Shuah Khan > > Si

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura

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

2019-01-22 Thread Mani, Rajmohan
Hi Tomasz, Laurent, > Subject: Re: [PATCH v7 00/16] Intel IPU3 ImgU patchset > > Hello Raj, > > On Mon, Jan 21, 2019 at 02:41:03PM +0900, Tomasz Figa wrote: > > On Wed, Jan 16, 2019 at 11:16 AM Mani, Rajmohan > wrote: > > >> Subject: Re: [PATCH v7 00/16] Intel IPU3 ImgU patchset On Saturday, >

Re: [PATCH v2 12/30] media: entity: Add an iterator helper for connected pads

2019-01-22 Thread Sakari Ailus
On Tue, Jan 22, 2019 at 05:38:48PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > On Tue, Jan 22, 2019 at 05:36:55PM +0200, Sakari Ailus wrote: > > On Wed, Jan 16, 2019 at 01:24:05AM +0200, Laurent Pinchart wrote: > > > On Fri, Nov 02, 2018 at 12:31:26AM +0100, Niklas Söderlund wrote: > > >> From

Re: [PATCH v2 06/30] media: entity: Use pad as the starting point for a pipeline

2019-01-22 Thread Sakari Ailus
On Tue, Jan 22, 2019 at 05:37:15PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > On Tue, Jan 22, 2019 at 05:31:34PM +0200, Sakari Ailus wrote: > > On Wed, Jan 16, 2019 at 12:54:20AM +0200, Laurent Pinchart wrote: > > > On Fri, Nov 02, 2018 at 12:31:20AM +0100, Niklas Söderlund wrote: > > >> From

Re: [PATCH v2 16/30] v4l: subdev: Add [GS]_ROUTING subdev ioctls and operations

2019-01-22 Thread Sakari Ailus
On Wed, Jan 16, 2019 at 01:51:45AM +0200, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:30AM +0100, Niklas Söderlund wrote: > > From: Laurent Pinchart > > > > Signed-off-by: Laurent Pinchart > > Signed-off-by: Michal Simek > > > > - Add s

Re: [PATCH v2 17/30] v4l: subdev: compat: Implement handling for VIDIOC_SUBDEV_[GS]_ROUTING

2019-01-22 Thread Sakari Ailus
On Wed, Jan 16, 2019 at 01:53:03AM +0200, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:31AM +0100, Niklas Söderlund wrote: > > From: Sakari Ailus > > > > Implement compat IOCTL handling for VIDIOC_SUBDEV_G_ROUTING and > > VIDIOC_SUBDEV_S_RO

Re: [PATCH v2 15/30] media: entity: Look for indirect routes

2019-01-22 Thread Sakari Ailus
Hi Laurent, On Wed, Jan 16, 2019 at 01:41:08AM +0200, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:29AM +0100, Niklas Söderlund wrote: > > From: Sakari Ailus > > > > Two pads are considered having an active route for the purpose of > > has

Re: [PATCH 1/2] selftests: Use lirc.h from kernel tree, not from system

2019-01-22 Thread shuah
On 1/17/19 8:29 AM, Sean Young wrote: When the system lirc.h is older than v4.16, you will get errors like: ir_loopback.c:32:16: error: field ‘proto’ has incomplete type enum rc_proto proto; Cc: Shuah Khan Signed-off-by: Sean Young --- tools/testing/selftests/ir/Makefile | 2 ++ 1 file

Re: [PATCH v2 12/30] media: entity: Add an iterator helper for connected pads

2019-01-22 Thread Laurent Pinchart
Hi Sakari, On Tue, Jan 22, 2019 at 05:36:55PM +0200, Sakari Ailus wrote: > On Wed, Jan 16, 2019 at 01:24:05AM +0200, Laurent Pinchart wrote: > > On Fri, Nov 02, 2018 at 12:31:26AM +0100, Niklas Söderlund wrote: > >> From: Sakari Ailus > >> > >> Add a helper macro for iterating over pads that are

Re: [PATCH v2 14/30] media: entity: Add debug information in graph walk route check

2019-01-22 Thread Sakari Ailus
On Wed, Jan 16, 2019 at 01:35:14AM +0200, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:28AM +0100, Niklas Söderlund wrote: > > From: Sakari Ailus > > > > Signed-off-by: Sakari Ailus > > Reviewed-by: Niklas Söderlund > > --- > > drivers/m

Re: [PATCH v2 12/30] media: entity: Add an iterator helper for connected pads

2019-01-22 Thread Sakari Ailus
Hi Laurent, On Wed, Jan 16, 2019 at 01:24:05AM +0200, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:26AM +0100, Niklas Söderlund wrote: > > From: Sakari Ailus > > > > Add a helper macro for iterating over pads that are connected through > >

Re: [PATCH v2 06/30] media: entity: Use pad as the starting point for a pipeline

2019-01-22 Thread Laurent Pinchart
Hi Sakari, On Tue, Jan 22, 2019 at 05:31:34PM +0200, Sakari Ailus wrote: > On Wed, Jan 16, 2019 at 12:54:20AM +0200, Laurent Pinchart wrote: > > On Fri, Nov 02, 2018 at 12:31:20AM +0100, Niklas Söderlund wrote: > >> From: Sakari Ailus > >> > >> The pipeline will be moved from the entity to the p

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura

Re: [PATCH v2 06/30] media: entity: Use pad as the starting point for a pipeline

2019-01-22 Thread Sakari Ailus
Hi Laurent, On Wed, Jan 16, 2019 at 12:54:20AM +0200, Laurent Pinchart wrote: > Hi Niklas, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:20AM +0100, Niklas Söderlund wrote: > > From: Sakari Ailus > > > > The pipeline will be moved from the entity to the pads; reflect this in >

Re: [PATCH v2 09/30] media: entity: Swap pads if route is checked from source to sink

2019-01-22 Thread Laurent Pinchart
Hi Sakari, On Tue, Jan 22, 2019 at 05:15:06PM +0200, Sakari Ailus wrote: > On Wed, Jan 16, 2019 at 12:57:43AM +0200, Laurent Pinchart wrote: > >> > >> This way the pads are always passed to the has_route() op sink pad first. > >> Makes sense. > > > > Is there anything in the API that mandates on

Re: [PATCH v2 09/30] media: entity: Swap pads if route is checked from source to sink

2019-01-22 Thread Sakari Ailus
Hi Laurent, On Wed, Jan 16, 2019 at 12:57:43AM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Fri, Nov 02, 2018 at 12:31:23AM +0100, Niklas Söderlund wrote: > > From: Sakari Ailus > > > > This way the pads are always passed to the has_route() op sink pad first.

Re: [PATCH v3 1/2] media: imx: csi: Disable SMFC before disabling IDMA channel

2019-01-22 Thread Gaël PORTAY
Philipp, On Mon, Jan 21, 2019 at 12:49:10PM +0100, Philipp Zabel wrote: > Hi, > > On Fri, 2019-01-18 at 17:04 -0800, Steve Longerbeam wrote: > > Disable the SMFC before disabling the IDMA channel, instead of after, > > in csi_idmac_unsetup(). > > > > This fixes a complete system hard lockup on t

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

2019-01-22 Thread Marek Szyprowski
Hi Souptick, On 2019-01-11 16:11, Souptick Joarder wrote: > Convert to use vm_insert_range_buggy to map range of kernel memory > to user vma. > > This driver has ignored vm_pgoff. We could later "fix" these drivers > to behave according to the normal vm_pgoff offsetting simply by > removing the _b

[PATCH] media: vicodec: ensure comp frame pointer kept in range

2019-01-22 Thread Dafna Hirschfeld
Make sure that the pointer to the compressed frame does not get out of the buffer. Signed-off-by: Dafna Hirschfeld --- drivers/media/platform/vicodec/codec-fwht.c | 73 +-- drivers/media/platform/vicodec/codec-fwht.h | 8 +- .../media/platform/vicodec/codec-v4l2-fwht.c | 8

Re: [PATCH v2 03/30] media: entity: Walk the graph based on pads

2019-01-22 Thread Sakari Ailus
Hi Laurent, On Wed, Jan 16, 2019 at 01:28:22AM +0200, Laurent Pinchart wrote: > Hi Sakari, > > On Wed, Jan 16, 2019 at 12:34:07AM +0200, Sakari Ailus wrote: > > On Wed, Jan 16, 2019 at 12:21:36AM +0200, Laurent Pinchart wrote: > > > On Fri, Nov 02, 2018 at 12:31:17AM +0100, Niklas Söderlund wrote

Re: [PATCH v2 1/2] media: docs-rst: Document memory-to-memory video decoder interface

2019-01-22 Thread Hans Verkuil
On 01/22/19 11:02, Tomasz Figa wrote: > On Mon, Nov 12, 2018 at 8:37 PM Hans Verkuil wrote: >> >> Hi Tomasz, >> >> A general note for the stateful and stateless patches: they describe specific >> use-cases of the more generic Codec Interface, and as such should be one >> level deeper in the sectio

Re: [PATCH v4 0/3] media: imx: Stop stream before disabling IDMA channels

2019-01-22 Thread Gaël PORTAY
Steve, On Mon, Jan 21, 2019 at 03:35:49PM -0800, Steve Longerbeam wrote: > Repeatedly sending a stream off immediately followed by stream on can > eventually cause a complete system hard lockup on the SabreAuto when > streaming from the ADV7180: > > while true; do v4l2-ctl -d4 --stream-mmap --st

[PATCH -next] media: ov2640: fix initial try format

2019-01-22 Thread Akinobu Mita
Set initial try format with default configuration instead of current one. Fixes: 8d3b307a150a ("media: ov2640: make VIDIOC_SUBDEV_G_FMT ioctl work with V4L2_SUBDEV_FORMAT_TRY") Cc: Sakari Ailus Cc: Mauro Carvalho Chehab Signed-off-by: Akinobu Mita --- drivers/media/i2c/ov2640.c | 10 +

Re: [PATCH v2 1/3] media: dt-bindings: media: document allegro-dvt bindings

2019-01-22 Thread Michael Tretter
On Mon, 21 Jan 2019 11:13:48 -0600, Rob Herring wrote: > On Fri, Jan 18, 2019 at 02:37:14PM +0100, Michael Tretter wrote: > > Add device-tree bindings for the Allegro DVT video IP core found on the > > Xilinx ZynqMP EV family. > > > > Signed-off-by: Michael Tretter > > --- > > Changes since v1: >

Re: [PATCH 1/3] media: dt: bindings: sunxi-ir: Add A64 compatible

2019-01-22 Thread Rob Herring
On Mon, Jan 21, 2019 at 8:16 PM Chen-Yu Tsai wrote: > > On Tue, Jan 22, 2019 at 8:19 AM Rob Herring wrote: > > > > On Mon, Jan 21, 2019 at 05:57:57PM +0800, Chen-Yu Tsai wrote: > > > On Mon, Jan 21, 2019 at 5:50 PM Maxime Ripard > > > wrote: > > > > > > > > Hi, > > > > > > > > I'm a bit late to

Re: [PATCH v4] media: vimc: Add vimc-streamer for stream control

2019-01-22 Thread Helen Koike
Hi Lucas, On 1/21/19 11:05 PM, Lucas A. M. Magalhaes wrote: > Add a linear pipeline logic for the stream control. It's created by > walking backwards on the entity graph. When the stream starts it will > simply loop through the pipeline calling the respective process_frame > function of each entit

Re: [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type

2019-01-22 Thread Sakari Ailus
On Tue, Jan 22, 2019 at 11:21:27AM +0100, Hans Verkuil wrote: > On 01/22/19 10:47, Sakari Ailus wrote: > > Hi Hans, > > > > On Tue, Jan 22, 2019 at 09:19:42AM +0100, Hans Verkuil wrote: > >> Hi Sakari, > >> > >> Can you check if this patch is needed at all? The latest v4l2-ctl should > >> work >

[PATCH 1/1] Fix static build instructions

2019-01-22 Thread Sakari Ailus
Commit 5d0be9455254 updated the static build instructions but failed to properly elaborate the use of PKG_CONFIG and LDFLAGS environment variables as their effects. Do that now. Fixes: 5d0be9455254 ("Update static build instructions") Signed-off-by: Sakari Ailus --- INSTALL | 23

[yavta PATCH v2 1/1] v4l2-ctl: Add support for META_OUTPUT buffer type

2019-01-22 Thread Sakari Ailus
Add support for META_OUTPUT buffer type to v4l2-ctl. Signed-off-by: Sakari Ailus --- Hi Hans, Here's an update for the meta output buffer type in v4l2-ctl. Since v1: - Merge help text for meta and meta out buffer types - Unify implementation for meta format handling utils/v4l2-ctl/v4l2-ctl-

[PATCH 2/3] dev-teletext.rst: remove obsolete teletext interface

2019-01-22 Thread hverkuil-cisco
From: Hans Verkuil The teletext interface has been dead for years now, just remove it. Signed-off-by: Hans Verkuil --- Documentation/media/uapi/v4l/dev-teletext.rst | 41 --- Documentation/media/uapi/v4l/devices.rst | 1 - 2 files changed, 42 deletions(-) delete mode 100

[PATCH 3/3] Documentation/media: rename "Codec Interface"

2019-01-22 Thread hverkuil-cisco
From: Hans Verkuil The "Codec Interface" chapter is poorly named since codecs are just one use-case of the Memory-to-Memory Interface. Rename it and clean up the text a bit. Signed-off-by: Hans Verkuil --- .../media/uapi/mediactl/request-api.rst | 4 ++-- .../v4l/{dev-codec.rst => dev-m

[PATCH 1/3] dev-effect.rst: remove unused Effect Interface chapter

2019-01-22 Thread hverkuil-cisco
From: Hans Verkuil We never had an effect interface, and if you want to do such things you use the mem2mem interface instead. Just drop this from the spec. Signed-off-by: Hans Verkuil --- Documentation/media/uapi/v4l/dev-effect.rst | 28 - Documentation/media/uapi/v4l/devi

[PATCH 0/3] Documentation cleanups

2019-01-22 Thread hverkuil-cisco
From: Hans Verkuil Drop the obsolete Effect and Teletext interfaces. Rename the Codec Interface to Video Memory To Memory Interface, which is more accurate. This also makes more sense when the detailed codec APIs are added. Regards, Hans Hans Verkuil (3): dev-effect.rst: remove unus

Re: [PATCH] media: m88ds3103: serialize reset messages in m88ds3103_set_frontend

2019-01-22 Thread James Hutchinson
On Sun, Jan 20, 2019 at 04:43:08PM +0200, Antti Palosaari wrote: > On 1/13/19 11:13 PM, James Hutchinson wrote: > > Ref: https://bugzilla.kernel.org/show_bug.cgi?id=199323 > > > > Users are experiencing problems with the DVBSky S960/S960C USB devices > > since the following commit: > > > > 9d659a

[PATCH v2] venus: enc: fix enum_frameintervals

2019-01-22 Thread Stanimir Varbanov
This ixes an issue when setting the encoder framerate because of missing precision. Now the frameinterval type is changed to TYPE_CONTINUOUS and step = 1. Also the math is changed when framerate property is called - the firmware side expects that the framerate one is 1 << 16 units. Signed-off-by:

Re: [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type

2019-01-22 Thread Hans Verkuil
On 01/22/19 10:47, Sakari Ailus wrote: > Hi Hans, > > On Tue, Jan 22, 2019 at 09:19:42AM +0100, Hans Verkuil wrote: >> Hi Sakari, >> >> Can you check if this patch is needed at all? The latest v4l2-ctl should work >> for both meta capture and output, i.e. all meta options (v4l2-ctl >> --help-meta

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Paul Kocialkowski
Hi, On Tue, 2019-01-22 at 17:19 +0900, Tomasz Figa wrote: > Hi Paul, > > On Fri, Dec 7, 2018 at 5:30 PM Paul Kocialkowski > wrote: > > Hi, > > > > Thanks for this new version! I only have one comment left, see below. > > > > On Wed, 2018-12-05 at 19:01 +0900, Alexandre Courbot wrote: > > > Doc

Re: [PATCH] media: v4l2-core: expose the device after it was registered.

2019-01-22 Thread Sakari Ailus
Hi Xinwu, On Tue, Jan 22, 2019 at 04:34:44PM +0800, Liu, Xinwu wrote: > device_register exposes the device to userspace. > > Therefore, while the register process is ongoing, the userspace program > will fail to open the device (ENODEV will be set to errno currently). > The program in userspace m

Re: [PATCH v2 1/2] media: docs-rst: Document memory-to-memory video decoder interface

2019-01-22 Thread Tomasz Figa
On Mon, Nov 12, 2018 at 8:37 PM Hans Verkuil wrote: > > Hi Tomasz, > > A general note for the stateful and stateless patches: they describe specific > use-cases of the more generic Codec Interface, and as such should be one > level deeper in the section hierarchy. I wonder what exactly this Codec

Re: [PATCH v3 1/2] media: imx: csi: Disable SMFC before disabling IDMA channel

2019-01-22 Thread Philipp Zabel
On Mon, 2019-01-21 at 10:46 -0800, Steve Longerbeam wrote: > > On 1/21/19 10:43 AM, Steve Longerbeam wrote: > > > > > > On 1/21/19 3:49 AM, Philipp Zabel wrote: > > > Also ipu_smfc_disable is refcounted, so if the other CSI is capturing > > > simultaneously, this change has no effect. > > > > S

Re: [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type

2019-01-22 Thread Sakari Ailus
Hi Hans, On Tue, Jan 22, 2019 at 09:19:42AM +0100, Hans Verkuil wrote: > Hi Sakari, > > Can you check if this patch is needed at all? The latest v4l2-ctl should work > for both meta capture and output, i.e. all meta options (v4l2-ctl --help-meta) > just look up the buffer type of the video device

Re: [PATCH v2] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Tomasz Figa
On Tue, Jan 22, 2019 at 5:19 PM Alexandre Courbot wrote: > > On Tue, Jan 22, 2019 at 5:06 PM Hans Verkuil wrote: > > > > On 01/22/2019 07:26 AM, Alexandre Courbot wrote: > > > Documents the protocol that user-space should follow when > > > communicating with stateless video decoders. > > > > > >

[PATCH] media: v4l2-core: expose the device after it was registered.

2019-01-22 Thread Liu, Xinwu
device_register exposes the device to userspace. Therefore, while the register process is ongoing, the userspace program will fail to open the device (ENODEV will be set to errno currently). The program in userspace must re-open the device to cover this case. It is more reasonable to expose the d

Re: [PATCH v2] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Alexandre Courbot
On Tue, Jan 22, 2019 at 5:06 PM Hans Verkuil wrote: > > On 01/22/2019 07:26 AM, Alexandre Courbot wrote: > > Documents the protocol that user-space should follow when > > communicating with stateless video decoders. > > > > The stateless video decoding API makes use of the new request and tags > >

Re: [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type

2019-01-22 Thread Hans Verkuil
Hi Sakari, Can you check if this patch is needed at all? The latest v4l2-ctl should work for both meta capture and output, i.e. all meta options (v4l2-ctl --help-meta) just look up the buffer type of the video device and use that to list/set/get/try the formats. Regards, Hans On 01/14/

Re: [PATCH] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Tomasz Figa
Hi Paul, On Fri, Dec 7, 2018 at 5:30 PM Paul Kocialkowski wrote: > > Hi, > > Thanks for this new version! I only have one comment left, see below. > > On Wed, 2018-12-05 at 19:01 +0900, Alexandre Courbot wrote: > > Documents the protocol that user-space should follow when > > communicating with s

[PATCH v3] media: ov8856: Add support for OV8856 sensor

2019-01-22 Thread Ben Kao
This patch adds driver for Omnivision's ov8856 sensor, the driver supports following features: - manual exposure/gain(analog and digital) control support - two link frequencies - VBLANK/HBLANK support - test pattern support - media controller support - runtime PM support - enable Vsync signal outp

Re: [PATCH v2] media: docs-rst: Document m2m stateless video decoder interface

2019-01-22 Thread Hans Verkuil
On 01/22/2019 07:26 AM, Alexandre Courbot wrote: > Documents the protocol that user-space should follow when > communicating with stateless video decoders. > > The stateless video decoding API makes use of the new request and tags > APIs. While it has been implemented with the Cedrus driver so far