All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.13] Venus updates - part2
@ 2021-03-29 15:58 Stanimir Varbanov
  2021-03-29 16:30 ` [GIT PULL FOR v5.13] Venus updates - part2 (#72719) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Stanimir Varbanov @ 2021-03-29 15:58 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Venus updates and new controls for v5.13:

  * Fix for previous pull request for v5.13
  * Various fixes for Venus v1
  * New encoder LTR controls and implementation
  * New decoder control to set conceal color
  * New colorimetry control class and HDR10 compound controls
 
regards,
Stan

The following changes since commit 97b34809ec240d82c82af97626c2071a4062e0e6:

  media: staging: atomisp: reduce kernel stack usage (2021-03-23 16:55:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bb4243fcb52014a2fff2f125ddc2622271a32fc7:

  venus: venc: Add support for CLL and Mastering display controls (2021-03-29 18:18:41 +0300)

----------------------------------------------------------------
Venus updates for v5.13-part2

----------------------------------------------------------------
Dikshita Agarwal (2):
      media: v4l2-ctrl: add controls for long term reference.
      venus: venc: Add support for Long Term Reference (LTR) controls

Stanimir Varbanov (13):
      venus: core: Drop second v4l2 device unregister
      venus: hfi_parser: Don't initialize parser on v1
      venus: hfi_parser: Check for instance after hfi platform get
      venus: pm_helpers: Set opp clock name for v1
      venus: venc_ctrls: Change default header mode
      venus: hfi_cmds: Support plane-actual-info property from v1
      v4l2-ctrl: Add decoder conceal color control
      venus: vdec: Add support for conceal control
      v4l: Add new Colorimetry Class
      docs: Document colorimetry class
      v4l: Add HDR10 static metadata controls
      docs: Document CLL and Mastering display colorimetry controls
      venus: venc: Add support for CLL and Mastering display controls

 Documentation/userspace-api/media/v4l/common.rst   |  1 +
 .../userspace-api/media/v4l/ext-ctrls-codec.rst    | 51 +++++++++++
 .../media/v4l/ext-ctrls-colorimetry.rst            | 93 ++++++++++++++++++++
 .../userspace-api/media/v4l/vidioc-g-ext-ctrls.rst | 12 +++
 .../userspace-api/media/videodev2.h.rst.exceptions |  2 +
 drivers/media/platform/qcom/venus/core.c           |  2 -
 drivers/media/platform/qcom/venus/core.h           |  4 +
 drivers/media/platform/qcom/venus/hfi_cmds.c       | 44 +++++++---
 drivers/media/platform/qcom/venus/hfi_helper.h     | 30 +++++++
 drivers/media/platform/qcom/venus/hfi_parser.c     | 12 +--
 drivers/media/platform/qcom/venus/pm_helpers.c     | 19 ++++-
 drivers/media/platform/qcom/venus/vdec.c           | 11 ++-
 drivers/media/platform/qcom/venus/vdec_ctrls.c     |  9 +-
 drivers/media/platform/qcom/venus/venc.c           | 38 +++++++++
 drivers/media/platform/qcom/venus/venc_ctrls.c     | 64 +++++++++++++-
 drivers/media/v4l2-core/v4l2-ctrls.c               | 98 +++++++++++++++++++++-
 include/media/v4l2-ctrls.h                         |  4 +
 include/uapi/linux/v4l2-controls.h                 | 39 +++++++++
 include/uapi/linux/videodev2.h                     |  3 +
 19 files changed, 512 insertions(+), 24 deletions(-)
 create mode 100644 Documentation/userspace-api/media/v4l/ext-ctrls-colorimetry.rst

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

* Re: [GIT PULL FOR v5.13] Venus updates - part2 (#72719)
  2021-03-29 15:58 [GIT PULL FOR v5.13] Venus updates - part2 Stanimir Varbanov
@ 2021-03-29 16:30 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-03-29 16: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/20210329155834.1428138-1-stanimir.varbanov@linaro.org/
Build log: https://builder.linuxtv.org/job/patchwork/96414/
Build time: 00:19:21
Link: https://lore.kernel.org/linux-media/20210329155834.1428138-1-stanimir.varbanov@linaro.org

gpg: Signature made Mon 29 Mar 2021 03:21:06 PM UTC
gpg:                using RSA key E1558C2497CE3CCC2B5AA30F25B55FC81B7035F2
gpg: Good signature from "Stanimir Varbanov <stanimir.varbanov@linaro.org>" [expired]
gpg: Note: This key has expired!
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: got 4/15 patches with issues, being 0 at build time, plus one error when buinding PDF document

Error/warnings:

patches/0002-media-v4l2-ctrl-add-controls-for-long-term-reference.patch:

   checkpatch.pl:
	$ cat patches/0002-media-v4l2-ctrl-add-controls-for-long-term-reference.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:86: CHECK: spaces preferred around that '+' (ctx:VxV)
	-:87: CHECK: spaces preferred around that '+' (ctx:VxV)
	-:88: CHECK: spaces preferred around that '+' (ctx:VxV)

patches/0009-v4l2-ctrl-Add-decoder-conceal-color-control.patch:

   checkpatch.pl:
	$ cat patches/0009-v4l2-ctrl-Add-decoder-conceal-color-control.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:68: WARNING: line length of 101 exceeds 100 columns
	-:95: CHECK: spaces preferred around that '+' (ctx:VxV)

patches/0012-docs-Document-colorimetry-class.patch:

   checkpatch.pl:
	$ cat patches/0012-docs-Document-colorimetry-class.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:30: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0013-v4l-Add-HDR10-static-metadata-controls.patch:

   checkpatch.pl:
	$ cat patches/0013-v4l-Add-HDR10-static-metadata-controls.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:50: WARNING: Avoid logging continuation uses where feasible
	-:53: WARNING: Avoid logging continuation uses where feasible


Error #512 when building PDF docs


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

end of thread, other threads:[~2021-03-29 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 15:58 [GIT PULL FOR v5.13] Venus updates - part2 Stanimir Varbanov
2021-03-29 16:30 ` [GIT PULL FOR v5.13] Venus updates - part2 (#72719) Jenkins

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.