cron job: media_tree daily build: OK

2018-08-18 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: Sun Aug 19 05:00:13 CEST 2018 media-tree git hash:da2048b7348a0be92f706ac019e022139e29495e media_build

Re: [PATCH v2 0/6] Add Rockchip VPU JPEG encoder

2018-08-18 Thread Ezequiel Garcia
On Thu, 2018-08-02 at 17:00 -0300, Ezequiel Garcia wrote: > This series adds support for JPEG encoding via the VPU block > present in Rockchip platforms. Currently, support for RK3288 > and RK3399 is included. > > The hardware produces a Raw JPEG format (i.e. works as a > JPEG accelerator). It

Re: [PATCH v2 5/6] media: Add controls for jpeg quantization tables

2018-08-18 Thread Ezequiel Garcia
On Fri, 2018-08-17 at 11:10 +0900, Tomasz Figa wrote: > Hi Ezequiel, > > On Fri, Aug 3, 2018 at 5:00 AM Ezequiel Garcia wrote: > > > > From: Shunqian Zheng > > > > Add V4L2_CID_JPEG_LUMA/CHROMA_QUANTIZATION controls to allow userspace > > configure the JPEG quantization tables. > > > >

Re: [PATCH 08/14] staging: media: tegra-vde: Track struct device *

2018-08-18 Thread Dmitry Osipenko
On 13.08.2018 17:50, Thierry Reding wrote: > From: Thierry Reding > > The pointer to the struct device is frequently used, so store it in > struct tegra_vde. Also, pass around a pointer to a struct tegra_vde > instead of struct device in some cases to prepare for subsequent > patches referencing

Re: [PATCH 09/14] staging: media: tegra-vde: Add IOMMU support

2018-08-18 Thread Dmitry Osipenko
On 13.08.2018 17:50, Thierry Reding wrote: > From: Thierry Reding > > Implement support for using an IOMMU to map physically discontiguous > buffers into contiguous I/O virtual mappings that the VDE can use. This > allows importing arbitrary DMA-BUFs for use by the VDE. > > While at it, make

Re: [PATCH 09/14] staging: media: tegra-vde: Add IOMMU support

2018-08-18 Thread Dmitry Osipenko
On 13.08.2018 17:50, Thierry Reding wrote: > From: Thierry Reding > > Implement support for using an IOMMU to map physically discontiguous > buffers into contiguous I/O virtual mappings that the VDE can use. This > allows importing arbitrary DMA-BUFs for use by the VDE. > > While at it, make

Re: [PATCH 04/14] staging: media: tegra-vde: Use DRM/KMS framebuffer modifiers

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:17 MSK Thierry Reding wrote: > From: Thierry Reding > > VDE on Tegra20 through Tegra114 supports reading and writing frames in > 16x16 tiled layout. Similarily, the various block-linear layouts that > are supported by the GPU on Tegra124 can also be read from and

Re: [PATCH 10/14] staging: media: tegra-vde: Keep VDE in reset when unused

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:23 MSK Thierry Reding wrote: > From: Thierry Reding > > There is no point in keeping the VDE module out of reset when it is not > in use. Reset it on runtime suspend. > > Signed-off-by: Thierry Reding > --- > drivers/staging/media/tegra-vde/tegra-vde.c | 1 + >

Re: [PATCH 07/14] staging: media: tegra-vde: Add some clarifying comments

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:20 MSK Thierry Reding wrote: > From: Thierry Reding > > Add some comments specifying what tables are being set up in VRAM. > > Signed-off-by: Thierry Reding > --- > drivers/staging/media/tegra-vde/tegra-vde.c | 19 +++ > 1 file changed, 19

Re: [PATCH 09/14] staging: media: tegra-vde: Add IOMMU support

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:22 MSK Thierry Reding wrote: > From: Thierry Reding > > Implement support for using an IOMMU to map physically discontiguous > buffers into contiguous I/O virtual mappings that the VDE can use. This > allows importing arbitrary DMA-BUFs for use by the VDE. > >

Re: [PATCH 08/14] staging: media: tegra-vde: Track struct device *

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:21 MSK Thierry Reding wrote: > From: Thierry Reding > > The pointer to the struct device is frequently used, so store it in > struct tegra_vde. Also, pass around a pointer to a struct tegra_vde > instead of struct device in some cases to prepare for subsequent >

Re: [PATCH 02/14] staging: media: tegra-vde: Support reference picture marking

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:15 MSK Thierry Reding wrote: > From: Thierry Reding > > Tegra114 and Tegra124 support reference picture marking, which will > cause BSEV to write picture marking data to SDRAM. Make sure there is > a valid destination address for that data to avoid error messages

Re: [PATCH 03/14] staging: media: tegra-vde: Prepare for interlacing support

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:16 MSK Thierry Reding wrote: > From: Thierry Reding > > The number of frames doubles when decoding interlaced content and the > structures describing the frames double in size. Take that into account > to prepare for interlacing support. > > Signed-off-by:

Re: [PATCH 06/14] staging: media: tegra-vde: Print out invalid FD

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:19 MSK Thierry Reding wrote: > From: Thierry Reding > > Include the invalid file descriptor when reporting an error message to > help diagnosing why importing the buffer failed. > > Signed-off-by: Thierry Reding > --- >

Re: [PATCH 14/14] ARM: tegra: Enable SMMU for VDE on Tegra124

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:27 MSK Thierry Reding wrote: > From: Thierry Reding > > The video decode engine can use the SMMU to use buffers that are not > physically contiguous in memory. This allows better memory usage for > video decoding, since fragmentation may cause contiguous

Re: [PATCH 05/14] staging: media: tegra-vde: Properly mark invalid entries

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:18 MSK Thierry Reding wrote: > From: Thierry Reding > > Entries in the reference picture list are marked as invalid by setting > the frame ID to 0x3f. > > Signed-off-by: Thierry Reding > --- > drivers/staging/media/tegra-vde/tegra-vde.c | 2 +- > 1 file

Re: [PATCH 11/14] ARM: tegra: Enable VDE on Tegra124

2018-08-18 Thread Dmitry Osipenko
On Monday, 13 August 2018 17:50:24 MSK Thierry Reding wrote: > From: Thierry Reding > > Signed-off-by: Thierry Reding > --- > arch/arm/boot/dts/tegra124.dtsi | 40 + > 1 file changed, 40 insertions(+) > > diff --git a/arch/arm/boot/dts/tegra124.dtsi >