cron job: media_tree daily build: OK

2018-09-05 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 Sep 6 04:00:15 CEST 2018 media-tree git hash:d842a7cf938b6e0f8a1aa9f1aec0476c9a599310 media_build

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

2018-09-05 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/staging/media/Kconfig | 2 +

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

2018-09-05 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. Please, see the previous versions of this cover letter for more information. Compliance == (Same results as v3) v4l2-compliance SHA:

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

2018-09-05 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 | 31 +++

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

2018-09-05 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

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

2018-09-05 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 |

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

2018-09-05 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 v5 1/6] dt-bindings: Document the Rockchip VPU bindings

2018-09-05 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

Retouching added

2018-09-05 Thread Jesse Kurtz
Just want to check with you to see if you have any photos for editing? We are providing below services to you. Clipping path for the images. Cut out for the photos Masking for the images All kinds of retouching for the beauty and model. We provide testing for your photos if you need. Thanks,

Retouching added

2018-09-05 Thread Jesse Kurtz
Just want to check with you to see if you have any photos for editing? We are providing below services to you. Clipping path for the images. Cut out for the photos Masking for the images All kinds of retouching for the beauty and model. We provide testing for your photos if you need. Thanks,

Re: [PATCH v2 1/4] dt-bindings: media: Add i.MX Pixel Pipeline binding

2018-09-05 Thread Stefan Wahren
Hi Philipp, > Philipp Zabel hat am 5. September 2018 um 12:00 > geschrieben: > > > Add DT binding documentation for the Pixel Pipeline (PXP) found on > various NXP i.MX SoCs. > > Signed-off-by: Philipp Zabel > Reviewed-by: Rob Herring > --- > .../devicetree/bindings/media/fsl-pxp.txt

[PATCH v2] [RFC v2] v4l2: add support for colorspace conversion for video capture

2018-09-05 Thread Philipp Zabel
For video capture it is the driver that reports the colorspace, Y'CbCr/HSV encoding and quantization range used by the video, and there is no way to request something different, even though many HDTV receivers have some sort of colorspace conversion capabilities. For output video this feature

Photo replacing

2018-09-05 Thread Jesse Kurtz
Just want to check with you to see if you have any photos for editing? We are providing below services to you. Clipping path for the images. Cut out for the photos Masking for the images All kinds of retouching for the beauty and model. We provide testing for your photos if you need. Thanks,

Re: [PATCH v2 3/4] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-09-05 Thread Philipp Zabel
Hi Fabio, On Wed, 2018-09-05 at 10:11 -0300, Fabio Estevam wrote: > Hi Philipp, > > On Wed, Sep 5, 2018 at 7:00 AM, Philipp Zabel wrote: > > > index ..2f90c692f3fe > > --- /dev/null > > +++ b/drivers/media/platform/imx-pxp.c > > @@ -0,0 +1,1774 @@ > > +// SPDX-License-Identifier:

Re: [PATCH v2 3/4] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-09-05 Thread Philipp Zabel
On Wed, 2018-09-05 at 14:50 +0200, Hans Verkuil wrote: [...] > > +config VIDEO_IMX_PXP > > + tristate "i.MX Pixel Pipeline (PXP)" > > + depends on VIDEO_DEV && VIDEO_V4L2 && (ARCH_MXC || COMPILE_TEST) > > + select VIDEOBUF2_DMA_CONTIG > > + select V4L2_MEM2MEM_DEV > > + help > > +

Re: [PATCH v2 3/4] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-09-05 Thread Fabio Estevam
Hi Philipp, On Wed, Sep 5, 2018 at 7:00 AM, Philipp Zabel wrote: > index ..2f90c692f3fe > --- /dev/null > +++ b/drivers/media/platform/imx-pxp.c > @@ -0,0 +1,1774 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later The recommended SPDX format in this case is: //

Re: [PATCH v2 3/4] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-09-05 Thread Hans Verkuil
On 09/05/18 12:00, Philipp Zabel wrote: > Add a V4L2 mem-to-mem scaler/CSC driver for the Pixel Pipeline (PXP) > version found on i.MX6ULL SoCs. A similar variant is used on i.MX7D. > > Since this driver only uses the legacy pipeline, it should be reasonably > easy to extend it to work with the

[PATCH v2 0/4] i.MX PXP scaler/CSC driver

2018-09-05 Thread Philipp Zabel
The Pixel Pipeline (PXP) is a memory-to-memory graphics processing engine that supports scaling, colorspace conversion, alpha blending, rotation, and pixel conversion via lookup table. Different versions are present on various i.MX SoCs from i.MX23 to i.MX7. The latest versions on i.MX6ULL and

[PATCH v2 1/4] dt-bindings: media: Add i.MX Pixel Pipeline binding

2018-09-05 Thread Philipp Zabel
Add DT binding documentation for the Pixel Pipeline (PXP) found on various NXP i.MX SoCs. Signed-off-by: Philipp Zabel Reviewed-by: Rob Herring --- .../devicetree/bindings/media/fsl-pxp.txt | 26 +++ 1 file changed, 26 insertions(+) create mode 100644

[PATCH v2 2/4] ARM: dts: imx6ull: add pxp support

2018-09-05 Thread Philipp Zabel
Add the device node for the i.MX6ULL Pixel Pipeline (PXP). Signed-off-by: Philipp Zabel --- Changes since v1: - Fix node address order --- arch/arm/boot/dts/imx6ul.dtsi | 8 arch/arm/boot/dts/imx6ull.dtsi | 6 ++ 2 files changed, 14 insertions(+) diff --git

[PATCH v2 3/4] media: imx-pxp: add i.MX Pixel Pipeline driver

2018-09-05 Thread Philipp Zabel
Add a V4L2 mem-to-mem scaler/CSC driver for the Pixel Pipeline (PXP) version found on i.MX6ULL SoCs. A similar variant is used on i.MX7D. Since this driver only uses the legacy pipeline, it should be reasonably easy to extend it to work with the older PXP versions found on i.MX6UL, i.MX6SX,

[PATCH v2 4/4] MAINTAINERS: add entry for i.MX PXP media mem2mem driver

2018-09-05 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- MAINTAINERS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a5b256b25905..2e23c644f5d3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8994,6 +8994,13 @@ F: drivers/staging/media/imx/ F:

Re: [PATCH 1/2] media: v4l2-common: v4l2_spi_subdev_init : generate unique name

2018-09-05 Thread Hans Verkuil
On 08/01/18 23:20, Philippe De Muyter wrote: > While v4l2_i2c_subdev_init does give a unique name to the subdev, matching > the one appearing in dmesg for messages generated by dev_info and friends > (e.g. imx185 30-0010), v4l2_spi_subdev_init does a poor job, copying only > the driver name, but