Re: [virtio-dev] [PATCH] [RFC RESEND] vdec: Add virtio video decode device specification

2019-10-04 Thread Tomasz Figa
Hi Gerd, On Mon, Sep 23, 2019 at 5:56 PM Gerd Hoffmann wrote: > > Hi, > > > Our prototype implementation uses [4], which allows the virtio-vdec > > device to use buffers allocated by virtio-gpu device. > > > [4] https://lkml.org/lkml/2019/9/12/157 First of all, thanks for taking a look at this

cron job: media_tree daily build: OK

2019-10-04 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 Oct 5 05:00:13 CEST 2019 media-tree git hash:503e59365dd134b2c63864f14e2de0476284b003 media_build gi

[linux-review:UPDATE-20191005-052600/Mauro-Carvalho-Chehab/Re-PATCH-si2157-Add-support-for-Logilink-VG0022A/20191003-040233 1/1] drivers/media//usb/dvb-usb-v2/af9035.c:1273:16: error: 'struct si2168_c

2019-10-04 Thread kbuild test robot
tree: https://github.com/0day-ci/linux/commits/UPDATE-20191005-052600/Mauro-Carvalho-Chehab/Re-PATCH-si2157-Add-support-for-Logilink-VG0022A/20191003-040233 head: 78db06b57e0c9d156d5487ffcab15aaee479ffb4 commit: 78db06b57e0c9d156d5487ffcab15aaee479ffb4 [1/1] media: af9035: add support for Log

[linux-review:UPDATE-20191005-005305/Mauro-Carvalho-Chehab/media-cxd2841er-avoid-too-many-status-inquires/20191003-224524 1/1] drivers/media//dvb-frontends/cxd2841er.c:2010:1: note: in expansion of ma

2019-10-04 Thread kbuild test robot
tree: https://github.com/0day-ci/linux/commits/UPDATE-20191005-005305/Mauro-Carvalho-Chehab/media-cxd2841er-avoid-too-many-status-inquires/20191003-224524 head: efac65071ccae96e9185db48174c7f77a2fe5098 commit: efac65071ccae96e9185db48174c7f77a2fe5098 [1/1] media: cxd2841er: avoid too many sta

[PATCH v3] media: cxd2841er: avoid too many status inquires

2019-10-04 Thread Mauro Carvalho Chehab
As reported at: https://tvheadend.org/issues/5625 Retrieving certain status can cause discontinuity issues. Prevent that by adding a timeout to each status logic. Currently, the timeout is estimated based at the channel bandwidth. There are other parameters that may also affect the timeo

[PATCH v2] Documentation:media:v4l2:Add vivid metadata doc

2019-10-04 Thread Vandana BN
Adds new file for describing new metadata format V4L2_META_FMT_VIVID added in vivid driver. Signed-off-by: Vandana BN --- Documentation/media/uapi/v4l/meta-formats.rst | 1 + .../media/uapi/v4l/pixfmt-meta-vivid.rst | 43 +++ 2 files changed, 44 insertions(+) create mode

[PATCH v3 2/2] vivid: Add metadata output support

2019-10-04 Thread Vandana BN
Support metadata output in vivid driver. Metadata output is used to set brightness, contrast, saturation and hue. Adds new files for metadata output. Signed-off-by: Vandana BN --- drivers/media/platform/vivid/Makefile | 2 +- drivers/media/platform/vivid/vivid-core.c | 98

Re: [PATCH] si2157: Add support for Logilink VG0022A.

2019-10-04 Thread Mauro Carvalho Chehab
Em Fri, 4 Oct 2019 13:50:43 +0200 JP escreveu: > On 10/3/19 10:03 PM, Mauro Carvalho Chehab wrote: > > Em Thu, 3 Oct 2019 21:51:35 +0200 > > Gonsolo escreveu: > > > >>> 1) The firmware file is likely at the Windows driver for this device > >>> (probably using a different format). It should be

[PATCH v3 1/2] v4l2-core: Add new metadata format

2019-10-04 Thread Vandana BN
Add new metadata format to support metadata output in vivid. Signed-off-by: Vandana BN --- drivers/media/v4l2-core/v4l2-ioctl.c | 1 + include/uapi/linux/videodev2.h | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/media/v4l2-core/v4l2-ioctl.c b/drivers/media/v4l2-core/v4l2-i

[PATCH v3 0/2] vivid: Metadata output support

2019-10-04 Thread Vandana BN
This patch adds metadata output support in vivid driver. New metadata format V4L2_META_FMT_VIVID is added, which is used to set brightness, contrast, sturation and hue. V2 has changes in metadata output structure and metadata format define. V3 addresses review comments. Regards, Vandana. Vandana

Re: [PATCH] Documentation:media:v4l2:Add vivid metadata doc

2019-10-04 Thread Hans Verkuil
On 10/4/19 1:55 PM, Vandana BN wrote: > Adds new file for describing new metadata format V4L2_META_FMT_VIVID added in > vivid driver. > > Signed-off-by: Vandana BN > --- > Documentation/media/uapi/v4l/meta-formats.rst | 1 + > .../media/uapi/v4l/pixfmt-meta-vivid.rst | 43

[PATCH] Documentation:media:v4l2:Add vivid metadata doc

2019-10-04 Thread Vandana BN
Adds new file for describing new metadata format V4L2_META_FMT_VIVID added in vivid driver. Signed-off-by: Vandana BN --- Documentation/media/uapi/v4l/meta-formats.rst | 1 + .../media/uapi/v4l/pixfmt-meta-vivid.rst | 43 +++ 2 files changed, 44 insertions(+) create mode

Re: [PATCH v4] venus: venc: Fix enum frameintervals

2019-10-04 Thread Mauro Carvalho Chehab
Em Thu, 3 Oct 2019 13:10:38 +0300 Stanimir Varbanov escreveu: > This fixes 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 firmw

[PATCH] media: mb86a20s: make the bit rate estimation function more generic

2019-10-04 Thread Mauro Carvalho Chehab
While 99% of the implementation of the bitrate estimation routine for ISDB-T is generic, the current approach mangles it with some mb86a20s-specific thing. Split the calculus from the specific stuff, in order to make easier to use the same approach on other drivers requiring a similar formula. Si

[PATCH v9] vivid: Add metadata capture support

2019-10-04 Thread Vandana BN
This patch adds meatadata capture support in vivid driver. Adds new files for metadata capture. Adds vivid controls to generate PTS and SCR for metadata stream. Signed-off-by: Vandana BN --- drivers/media/platform/vivid/Makefile | 2 +- drivers/media/platform/vivid/vivid-core.c | 1

Re: [PATCH v8] vivid: Add metadata capture support

2019-10-04 Thread Hans Verkuil
On 10/4/19 11:44 AM, Vandana BN wrote: > This patch adds meatadata capture support in vivid driver. > Adds new files for metadata capture. > Adds vivid controls to generate PTS and SCR for metadata stream. > > Signed-off-by: Vandana BN > --- > V8 - squash commit:fixes for v4l2-compliance issues.

Re: [Linux-kernel-mentees] [PATCH v2 2/2] vivid: Add metadata output support

2019-10-04 Thread Hans Verkuil
On 10/3/19 7:38 PM, Shuah Khan wrote: > On 10/3/19 5:08 AM, Vandana BN wrote: >> Support metadata output in vivid driver. >> Metadata output is used to set brightness, contrast, saturation >> and hue. >> Adds new files for metadata output. >> >> Signed-off-by: Vandana BN >> --- >> drivers/media/

[PATCH v8] vivid: Add metadata capture support

2019-10-04 Thread Vandana BN
This patch adds meatadata capture support in vivid driver. Adds new files for metadata capture. Adds vivid controls to generate PTS and SCR for metadata stream. Signed-off-by: Vandana BN --- V8 - squash commit:fixes for v4l2-compliance issues. --- drivers/media/platform/vivid/Makefile |

Re: The potential uninitialized variables used in function isc_interrupt()

2019-10-04 Thread Eugen.Hristev
On 04.10.2019 06:07, Yizhuo Zhai wrote: > Hi Eugen: > > In function isc_interrupt(), variable "isc_intsr" and "isc_intmask" > (drivers/media/platform/atmel/atmel-isc-base.c) > could be uninitialized if regmap_read() fails and return -EINVAL . > However, they are used to decide the control flow l

Re: [GIT PULL for v5.5] Venus updates, take 3

2019-10-04 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/59184/ Build log: https://builder.linuxtv.org/job/patchwork/18922/ Build time: 00:03:40 Link: https://lore.kernel.org/linux-media/20191004075617.17328-1-stanimir.varba...@linaro.org gpg: Signature made Fri 04 Oct 2019 07

[GIT PULL for v5.5] Venus updates, take 3

2019-10-04 Thread Stanimir Varbanov
Hi Mauro, The Venus driver updates include: * two fixes: fail to suspend and frequency table modifications for v3 to handle performance issues. * two new features: interconnect bandwidth support on v4 and more precise clock-scaling on v4. Please pull. Changes since v2: Dropped "venus: venc: Fi