mbox series

[GIT,PULL,for,v5.4] Venus updates - stateful decoder

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

Pull-request

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

Message

Stanimir Varbanov Aug. 2, 2019, 2:54 p.m. UTC
Hi Mauro,

Here is a set of patches to make Venus decoder driver compliant with
stateful decoder draft documentation.

Please pull.

regards,
Stan

The following changes since commit 4590c07462fbff4ecbfe1deec44431c16191bd19:

  media: via-camera: convert to the vb2 framework (2019-07-30 12:18:34 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 03aa0de2d3bfb24a9cae3267421164534a638e47:

  venus: dec: populate properly timestamps and flags for capture buffers (2019-08-01 12:57:51 +0300)

----------------------------------------------------------------
Venus updates for v5.4

----------------------------------------------------------------
Malathi Gottam (1):
      venus: venc: amend buffer size for bitstream plane

Stanimir Varbanov (10):
      venus: helpers: export few helper functions
      venus: hfi: add type argument to hfi flush function
      venus: hfi: export few HFI functions
      venus: hfi: return an error if session_init is already called
      venus: helpers: add three more helper functions
      venus: vdec_ctrls: get real minimum buffers for capture
      venus: vdec: allow bigger sizeimage set by clients
      venus: make decoder compliant with stateful codec API
      venus: helpers: handle correctly vbuf field
      venus: dec: populate properly timestamps and flags for capture buffers

 drivers/media/platform/qcom/venus/core.h       |  32 +-
 drivers/media/platform/qcom/venus/helpers.c    | 199 +++++++--
 drivers/media/platform/qcom/venus/helpers.h    |  12 +
 drivers/media/platform/qcom/venus/hfi.c        |  11 +-
 drivers/media/platform/qcom/venus/hfi.h        |   2 +-
 drivers/media/platform/qcom/venus/vdec.c       | 537 +++++++++++++++++++------
 drivers/media/platform/qcom/venus/vdec_ctrls.c |   7 +-
 drivers/media/platform/qcom/venus/venc.c       |  13 +-
 8 files changed, 656 insertions(+), 157 deletions(-)

Comments

Mauro Carvalho Chehab Aug. 3, 2019, 12:49 p.m. UTC | #1
Hi Stanimir,

Em Sat,  3 Aug 2019 11:58:07 +0000
Jenkins <jenkins@linuxtv.org> escreveu:

> From: builder@linuxtv.org
> 
> Pull request: https://patchwork.linuxtv.org/patch/57868/mbox/
> Build log: https://builder.linuxtv.org/job/patchwork/866/
> Build time: 00:04:24
> 
> Summary: 1 issues, being 0 build regressions
> 
> Error/warnings:
> 
> patches/0009-venus-make-decoder-compliant-with-stateful-codec-API.patch:31: WARNING: please, no space before tabs
> patches/0009-venus-make-decoder-compliant-with-stateful-codec-API.patch:41: CHECK: Please don't use multiple blank lines
> patches/0009-venus-make-decoder-compliant-with-stateful-codec-API.patch:139: CHECK: Please don't use multiple blank lines
> 
> Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0009-venus-make-decoder-compliant-with-stateful-codec-API.patch

Please fix the above warnings on your pull request.

Thanks,
Mauro