mbox series

[GIT,PULL,for,v5.8] Venus updates

Message ID 20200413093000.5567-1-stanimir.varbanov@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,for,v5.8] Venus updates | expand

Pull-request

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

Message

Stanimir Varbanov April 13, 2020, 9:30 a.m. UTC
Hi Mauro,

The Venus driver updates include:

 - Added pm-runtime autosuspend for decoder.
 - Replace zero-length array with flexible-array member in hfi_cmds|msgs.
 - A fix for interconnect configuration NoC requests. 

Please pull.

regards,
Stan

The following changes since commit 2632e7b618a7730969f9782593c29ca53553aa22:

  media: venus: firmware: Ignore secure call error on first resume (2020-03-30 11:28:18 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 0478a4dbb49856f941f1a2349d39000600f39821:

  venus: core: remove CNOC voting while device suspend (2020-04-13 12:10:42 +0300)

----------------------------------------------------------------
Venus updates for v5.8

----------------------------------------------------------------
Gustavo A. R. Silva (2):
      media: venus: hfi_cmds.h: Replace zero-length array with flexible-array member
      media: venus: hfi_msgs.h: Replace zero-length array with flexible-array member

Mansur Alisha Shaik (1):
      venus: core: remove CNOC voting while device suspend

Stanimir Varbanov (1):
      venus: vdec: Use pmruntime autosuspend

 drivers/media/platform/qcom/venus/core.c     |  15 ++-
 drivers/media/platform/qcom/venus/core.h     |   2 +
 drivers/media/platform/qcom/venus/hfi_cmds.h |   2 +-
 drivers/media/platform/qcom/venus/hfi_msgs.h |  10 +-
 drivers/media/platform/qcom/venus/vdec.c     | 134 +++++++++++++++++++++++----
 5 files changed, 133 insertions(+), 30 deletions(-)

Comments

Jenkins April 13, 2020, 10:33 a.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/63004/
Build log: https://builder.linuxtv.org/job/patchwork/46568/
Build time: 00:03:04
Link: https://lore.kernel.org/linux-media/20200413093000.5567-1-stanimir.varbanov@linaro.org

gpg: Signature made Mon 13 Apr 2020 09:13:46 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: 1 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0001-venus-vdec-Use-pmruntime-autosuspend.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0001-venus-vdec-Use-pmruntime-autosuspend.patch
patches/0001-venus-vdec-Use-pmruntime-autosuspend.patch:57: CHECK: struct mutex definition without comment