linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for v5.10] Venus updates
@ 2020-08-27 10:07 Stanimir Varbanov
  2020-08-27 11:07 ` [GIT PULL for v5.10] Venus updates (#20200827100710) Jenkins
  2020-08-27 19:30 ` [GIT PULL for v5.10] Venus updates (#66616) Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Stanimir Varbanov @ 2020-08-27 10:07 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Venus driver updates for v5.10 includes:

 * An encoder fix for reported frameintervals for v1.
 * A list coruption fix.
 * Fixes in the recovery mechanism.
 * Add debugfs file to set firmware debug level and grouping of the
   dev_dbg messages in the driver by importance. 
 * Add new encoder Constant quality v4l2 control plus new bitrate mode and
   make the relevant changes in Venus driver.
 * Make private MFC driver Frame skip control a standard v4l2 control and
   make the relevant changes in Venus driver.

Please pull.

regards,
Stan

The following changes since commit d84eca28c807dbcdb40a2b8e2697118b99fdb2fd:

  media: MAINTAINERS: add Dafna Hirschfeld for rkisp1 (2020-08-26 18:52:33 +0200)

are available in the Git repository at:

  git://linuxtv.org/svarbanov/media_tree.git tags/venus-for-v5.10

for you to fetch changes up to dcdaa912ca2919662c33c6a01a04d779db9d2d09:

  venus: Make debug infrastructure more flexible (2020-08-27 12:48:32 +0300)

----------------------------------------------------------------
Venus updates for v5.10

----------------------------------------------------------------
Loic Poulain (1):
      media: venus: Fix reported frame intervals

Maheshwar Ajja (1):
      media: v4l2-ctrls: Add encoder constant quality control

Stanimir Varbanov (10):
      venus: parser: Prepare parser for multiple invocations
      venus: Rework recovery mechanism
      venus: Add new interface queues reinit
      venus: venc: Add support for constant quality control
      media: v4l2-ctrl: Add frame-skip std encoder control
      venus: venc: Add support for frame-skip mode v4l2 control
      media: s5p-mfc: Use standard frame skip mode control
      media: docs: Deprecate mfc frame skip control
      venus: Add debugfs interface to set firmware log level
      venus: Make debug infrastructure more flexible

Vikash Garodia (1):
      venus: fixes for list corruption

 .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 53 ++++++++++++++++
 drivers/media/platform/qcom/venus/Makefile         |  2 +-
 drivers/media/platform/qcom/venus/core.c           | 28 +++++----
 drivers/media/platform/qcom/venus/core.h           | 10 +++
 drivers/media/platform/qcom/venus/dbgfs.c          | 21 +++++++
 drivers/media/platform/qcom/venus/dbgfs.h          | 12 ++++
 drivers/media/platform/qcom/venus/helpers.c        |  2 +-
 drivers/media/platform/qcom/venus/hfi.c            |  5 ++
 drivers/media/platform/qcom/venus/hfi.h            |  1 +
 drivers/media/platform/qcom/venus/hfi_cmds.c       | 37 ++++++++++-
 drivers/media/platform/qcom/venus/hfi_helper.h     | 10 ++-
 drivers/media/platform/qcom/venus/hfi_msgs.c       | 18 +++---
 drivers/media/platform/qcom/venus/hfi_parser.c     |  3 +
 drivers/media/platform/qcom/venus/hfi_venus.c      | 72 +++++++++++++++++-----
 drivers/media/platform/qcom/venus/hfi_venus.h      |  1 +
 drivers/media/platform/qcom/venus/pm_helpers.c     |  2 +-
 drivers/media/platform/qcom/venus/vdec.c           | 16 +++--
 drivers/media/platform/qcom/venus/venc.c           | 32 ++++++++--
 drivers/media/platform/qcom/venus/venc_ctrls.c     | 21 ++++++-
 drivers/media/platform/s5p-mfc/s5p_mfc_enc.c       |  6 ++
 drivers/media/v4l2-core/v4l2-ctrls.c               | 12 ++++
 include/uapi/linux/v4l2-controls.h                 |  8 +++
 22 files changed, 319 insertions(+), 53 deletions(-)
 create mode 100644 drivers/media/platform/qcom/venus/dbgfs.c
 create mode 100644 drivers/media/platform/qcom/venus/dbgfs.h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v5.10] Venus updates (#20200827100710)
  2020-08-27 10:07 [GIT PULL for v5.10] Venus updates Stanimir Varbanov
@ 2020-08-27 11:07 ` Jenkins
  2020-08-27 19:30 ` [GIT PULL for v5.10] Venus updates (#66616) Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-08-27 11:07 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20200827100710.11967-1-stanimir.varbanov@linaro.org/
Build log: https://builder.linuxtv.org/job/patchwork/65980/
Build time: 00:47:23
Link: https://lore.kernel.org/linux-media/20200827100710.11967-1-stanimir.varbanov@linaro.org

gpg: Signature made Thu 27 Aug 2020 09:51:11 AM UTC
gpg:                using RSA key E1558C2497CE3CCC2B5AA30F25B55FC81B7035F2
gpg: Good signature from "Stanimir Varbanov <stanimir.varbanov@linaro.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 34CF E039 8A16 AD93 18FD  D5E8 A6D0 26D8 E358 14D4
     Subkey fingerprint: E155 8C24 97CE 3CCC 2B5A  A30F 25B5 5FC8 1B70 35F2

Summary: 3 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running cat patches/0004-venus-Rework-recovery-mechanism.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0004-venus-Rework-recovery-mechanism.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:60: WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst

Error #256 when running cat patches/0012-venus-Add-debugfs-interface-to-set-firmware-log-leve.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0012-venus-Add-debugfs-interface-to-set-firmware-log-leve.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:84: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL for v5.10] Venus updates (#66616)
  2020-08-27 10:07 [GIT PULL for v5.10] Venus updates Stanimir Varbanov
  2020-08-27 11:07 ` [GIT PULL for v5.10] Venus updates (#20200827100710) Jenkins
@ 2020-08-27 19:30 ` Jenkins
  1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-08-27 19:30 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20200827100710.11967-1-stanimir.varbanov@linaro.org/
Build log: https://builder.linuxtv.org/job/patchwork/65989/
Build time: 00:36:37
Link: https://lore.kernel.org/linux-media/20200827100710.11967-1-stanimir.varbanov@linaro.org

gpg: Signature made Thu 27 Aug 2020 09:51:11 AM UTC
gpg:                using RSA key E1558C2497CE3CCC2B5AA30F25B55FC81B7035F2
gpg: Good signature from "Stanimir Varbanov <stanimir.varbanov@linaro.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 34CF E039 8A16 AD93 18FD  D5E8 A6D0 26D8 E358 14D4
     Subkey fingerprint: E155 8C24 97CE 3CCC 2B5A  A30F 25B5 5FC8 1B70 35F2

Summary: 3 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running cat patches/0004-venus-Rework-recovery-mechanism.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0004-venus-Rework-recovery-mechanism.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:60: WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst

Error #256 when running cat patches/0012-venus-Add-debugfs-interface-to-set-firmware-log-leve.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0012-venus-Add-debugfs-interface-to-set-firmware-log-leve.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:84: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-27 19:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 10:07 [GIT PULL for v5.10] Venus updates Stanimir Varbanov
2020-08-27 11:07 ` [GIT PULL for v5.10] Venus updates (#20200827100710) Jenkins
2020-08-27 19:30 ` [GIT PULL for v5.10] Venus updates (#66616) Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).