Images processing

2018-08-31 Thread Jimmy Wilson
Hi, Have you received my email from last week? I would like to speak with the person who manage your photos for your company? We are here to provide you all kinds of imaging editing. What we can provide you: Cutting out for photos Clipping path for photos Masking for photos Retouching for

Photo processing

2018-08-31 Thread Jimmy Wilson
Hi, Have you received my email from last week? I would like to speak with the person who manage your photos for your company? We are here to provide you all kinds of imaging editing. What we can provide you: Cutting out for photos Clipping path for photos Masking for photos Retouching for

Re: [PATCHv2 07/10] v4l2-ctrls: use media_request_(un)lock_for_access

2018-08-31 Thread Tomasz Figa
Hi Hans, On Tue, Aug 28, 2018 at 10:49 PM Hans Verkuil wrote: > > From: Hans Verkuil > > When getting control values from a completed request, we have > to protect the request against being re-inited why it is > being accessed by calling media_request_(un)lock_for_access. > > Signed-off-by:

[PATCH v4 0/6] Add Rockchip VPU JPEG encoder

2018-08-31 Thread Ezequiel Garcia
This series adds support for JPEG encoding via the VPU block present in Rockchip platforms. Currently, support for RK3288 and RK3399 is included. This v4 patchset changes quantization luma and chroma array controls, and instead introduces a compound control, V4L2_CID_JPEG_QUANTIZATION for

[PATCH v4 1/6] dt-bindings: Document the Rockchip VPU bindings

2018-08-31 Thread Ezequiel Garcia
Add devicetree binding documentation for Rockchip Video Processing Unit IP. Reviewed-by: Rob Herring Signed-off-by: Ezequiel Garcia --- .../bindings/media/rockchip-vpu.txt | 30 +++ 1 file changed, 30 insertions(+) create mode 100644

[PATCH v4 2/6] ARM: dts: rockchip: add VPU device node for RK3288

2018-08-31 Thread Ezequiel Garcia
Add the Video Processing Unit node for RK3288 SoC. Fix the VPU IOMMU node, which was disabled and lacking its power domain property. Signed-off-by: Ezequiel Garcia --- arch/arm/boot/dts/rk3288.dtsi | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git

[PATCH v4 3/6] arm64: dts: rockchip: add VPU device node for RK3399

2018-08-31 Thread Ezequiel Garcia
Add the Video Processing Unit node for the RK3399 SoC. Also, fix the VPU IOMMU node, which was disabled and lacking its power domain property. Signed-off-by: Ezequiel Garcia --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff

cron job: media_tree daily build: ERRORS

2018-08-31 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 Sep 1 05:00:11 CEST 2018 media-tree git hash:d842a7cf938b6e0f8a1aa9f1aec0476c9a599310 media_build

RE: [PATCH v1 2/2] v4l: Document Intel IPU3 meta data uAPI

2018-08-31 Thread Mani, Rajmohan
Hi Sakari, Mauro, > -Original Message- > From: Sakari Ailus [mailto:sakari.ai...@linux.intel.com] > Sent: Tuesday, August 28, 2018 2:16 AM > To: Tomasz Figa > Cc: Mauro Carvalho Chehab ; Hans Verkuil > ; Mani, Rajmohan ; Zhi, > Yong ; Linux Media Mailing List me...@vger.kernel.org>;

Give retouching

2018-08-31 Thread Jimmy Wilson
Hi, Have you received my email from last week? I would like to speak with the person who manage your photos for your company? We are here to provide you all kinds of imaging editing. What we can provide you: Cutting out for photos Clipping path for photos Masking for photos Retouching for

Again the photos things

2018-08-31 Thread Jimmy Wilson
Hi, Have you received my email from last week? I would like to speak with the person who manage your photos for your company? We are here to provide you all kinds of imaging editing. What we can provide you: Cutting out for photos Clipping path for photos Masking for photos Retouching for

Re: [PATCH v4 0/6] Make sure .device_run is always called in non-atomic context

2018-08-31 Thread Ezequiel Garcia
Hi Hans, On 2 August 2018 at 17:48, Ezequiel Garcia wrote: > v4: > * Add patches and 1 and 2, to make q_lock mandatory, > in other words, require output and capture locks to match. > * Add WARN_ON if the lock is not held in v4l2_m2m_try_schedule, > and also document the requirement.

Re: [PATCH v3 1/2] media: dt-bindings: bind nokia,n900-ir to generic pwm-ir-tx driver

2018-08-31 Thread Sakari Ailus
Hi Sean, On Fri, Jul 13, 2018 at 01:22:29PM +0100, Sean Young wrote: > The generic pwm-ir-tx driver should work for the Nokia n900. > > Compile tested only. > > Cc: Rob Herring > Cc: Ivaylo Dimitrov > Cc: Pali Rohár > Cc: Pavel Machek > Cc: Timo Kokkonen > Cc: Tony Lindgren >

Re: Question regarding optimizing pipeline in Vimc

2018-08-31 Thread Hans Verkuil
On 08/31/2018 01:37 AM, Lucas Magalhães wrote: > On Wed, Aug 22, 2018 at 3:49 AM Hans Verkuil wrote: >> >> My basic idea was that you use a TPG state structure that contains the >> desired output: the sensor starts with e.g. 720p using some bayer >> pixelformat, >> the debayer module replaces

Re: [PATCH] media: sr030pc30: inconsistent NULL checking in sr030pc30_base_config()

2018-08-31 Thread Sakari Ailus
On Fri, Jun 22, 2018 at 02:19:48PM +0300, Dan Carpenter wrote: > If info->pdata is NULL then we would oops on the next line. And we can > flip the "ret" test around and give up if a failure has already occured. > > Signed-off-by: Dan Carpenter > > diff --git a/drivers/media/i2c/sr030pc30.c

[PATCH v2] media: sr030pc30: remove NULL in sr030pc30_base_config()

2018-08-31 Thread Dan Carpenter
This code doesn't check for NULL consistently and it generates a Smatch warning: drivers/media/i2c/sr030pc30.c:575 sr030pc30_base_config() error: we previously assumed 'info->pdata' could be null (see line 572) Fortunately, "info->pdata" can't be NULL to that check can be removed. The

[GIT FIXES for 4.19] mt9v111 control handler init fix

2018-08-31 Thread Sakari Ailus
Hi Mauro, Here's a single fix for the mt9v111 driver added recently. Please pull. The following changes since commit 3799eca51c5be3cd76047a582ac52087373b54b3: media: camss: add missing includes (2018-08-29 14:02:06 -0400) are available in the git repository at:

Re: [PATCHv2 07/10] v4l2-ctrls: use media_request_(un)lock_for_access

2018-08-31 Thread Tomasz Figa
On Fri, Aug 31, 2018 at 11:55 PM Tomasz Figa wrote: > > Hi Hans, > > On Tue, Aug 28, 2018 at 10:49 PM Hans Verkuil wrote: > > > > From: Hans Verkuil > > > > When getting control values from a completed request, we have > > to protect the request against being re-inited why it is > > being

Re: [RFC 1/1] v4l: samsung, ov9650: Rely on V4L2-set sub-device names

2018-08-31 Thread Akinobu Mita
2018年8月29日(水) 19:58 Sakari Ailus : > > v4l2_i2c_subdev_init() sets the name of the sub-devices (as well as > entities) to what is fairly certainly known to be unique in the system, > even if there were more devices of the same kind. > > These drivers (m5mols, noon010pc30, ov9650, s5c73m3,

Cutting out

2018-08-31 Thread Jimmy Wilson
Hi, Have you received my email from last week? I would like to speak with the person who manage your photos for your company? We are here to provide you all kinds of imaging editing. What we can provide you: Cutting out for photos Clipping path for photos Masking for photos Retouching for

[PATCH v4 4/6] media: Add JPEG_RAW format

2018-08-31 Thread Ezequiel Garcia
From: Shunqian Zheng Add V4L2_PIX_FMT_JPEG_RAW format that does not contain JPEG header in the output frame. Signed-off-by: Shunqian Zheng Signed-off-by: Ezequiel Garcia --- Documentation/media/uapi/v4l/pixfmt-compressed.rst | 9 + drivers/media/v4l2-core/v4l2-ioctl.c |

Cutting out

2018-08-31 Thread Jimmy Wilson
Hi, Have you received my email from last week? I would like to speak with the person who manage your photos for your company? We are here to provide you all kinds of imaging editing. What we can provide you: Cutting out for photos Clipping path for photos Masking for photos Retouching for

Re: [PATCHv2 09/10] media-request: EPERM -> EACCES

2018-08-31 Thread Tomasz Figa
On Thu, Aug 30, 2018 at 10:04 PM Sakari Ailus wrote: > > On Thu, Aug 30, 2018 at 01:51:39PM +0200, Hans Verkuil wrote: > > On 08/30/2018 12:15 PM, Sakari Ailus wrote: > > > Hi Hans, > > > > > > Thanks a lot for working on this! > > > > > > On Tue, Aug 28, 2018 at 03:49:10PM +0200, Hans Verkuil

Re: [PATCHv2 00/10] Post-v18: Request API updates

2018-08-31 Thread Tomasz Figa
On Tue, Aug 28, 2018 at 10:49 PM Hans Verkuil wrote: > > From: Hans Verkuil > > Hi all, > > This patch series sits on top of my v18 series for the Request API. > It makes some final (?) changes as discussed in: > > https://www.mail-archive.com/linux-media@vger.kernel.org/msg134419.html > > and:

Re: [GIT PULL FOR v4.20] Add Request API for the topic branch

2018-08-31 Thread Mauro Carvalho Chehab
Em Thu, 30 Aug 2018 12:40:38 +0200 Hans Verkuil escreveu: > Hi Mauro, > > This is a pull request to add the Request API v18 as a topic branch. > > Note that this does not yet include the follow-up patches: > > https://www.mail-archive.com/linux-media@vger.kernel.org/msg134630.html > > Those

[PATCH v4 6/6] media: add Rockchip VPU JPEG encoder driver

2018-08-31 Thread Ezequiel Garcia
Add a mem2mem driver for the VPU available on Rockchip SoCs. Currently only JPEG encoding is supported, for RK3399 and RK3288 platforms. Signed-off-by: Ezequiel Garcia --- MAINTAINERS | 7 + drivers/media/platform/Kconfig| 13 +

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

2018-08-31 Thread Ezequiel Garcia
From: Shunqian Zheng Add V4L2_CID_JPEG_QUANTIZATION compound control to allow userspace configure the JPEG quantization tables. Signed-off-by: Shunqian Zheng Signed-off-by: Ezequiel Garcia --- .../media/uapi/v4l/extended-controls.rst | 23 +++

OK

2018-08-31 Thread Ahmed Zama
Greetings Can you handle cash transaction valued € 15 million Euros? If you can, let me know so I can send you the follow up on how we can proceed Send me the followings Full Names Age Occupation Direct Mobile Line Nationality Ahmed Zama

Re: [GIT PULL FOR v4.20] Add Request API for the topic branch

2018-08-31 Thread Mauro Carvalho Chehab
Em Fri, 31 Aug 2018 12:31:02 -0300 Mauro Carvalho Chehab escreveu: > Em Thu, 30 Aug 2018 12:40:38 +0200 > Hans Verkuil escreveu: > > > Hi Mauro, > > > > This is a pull request to add the Request API v18 as a topic branch. > > > > Note that this does not yet include the follow-up patches: > >