All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.12] Venus updates
@ 2021-01-07 11:13 Stanimir Varbanov
  2021-01-07 11:38 ` [GIT PULL FOR v5.12] Venus updates (#70533) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Stanimir Varbanov @ 2021-01-07 11:13 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Venus driver updates for v5.12 includes:

 * Decoder improvements related to dynamic resolution change.
 * Encoder stability improvements.
 * Change to VB2 contiguous allocator.
 * Introduce hfi platform and static capabilities in the driver in preparation
   for new Venus IP v6.

Please pull.

regards,
Stan

The following changes since commit ecd07f4b9d2173694be9214a3ab07f9efb5ba206:

  media: allegro: rename stream_id to dst_handle (2021-01-04 13:22:54 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 726d75fdca34642fc33e4c21db2737b33ee825b0:

  venus: helpers: Wire up hfi platform buffer requirements (2021-01-07 12:45:44 +0200)

----------------------------------------------------------------
Venus updates for v5.12

----------------------------------------------------------------
Alexandre Courbot (2):
      media: venus: use contig vb2 ops
      media: venus: preserve DRC state across seeks

Fritz Koenig (1):
      venus: vdec: Handle DRC after drain

Stanimir Varbanov (21):
      venus: vdec: Fix non reliable setting of LAST flag
      venus: vdec: Make decoder return LAST flag for sufficient event
      venus: helpers: Lock outside of buffer queue helper
      venus: venc: Init the session only once in queue_setup
      venus: Limit HFI sessions to the maximum supported
      venus: hfi: Correct session init return error
      venus: helpers: Calculate properly compressed buffer size
      venus: pm_helpers: Check instance state when calculate instance frequency
      venus: Delete not used core caps
      venus: Add more capabilities and VP9 profile/levels
      venus: Create hfi platform and move vpp/vsp there
      venus: Rename venus_caps to hfi_plat_caps
      venus: hfi_plat: Add codecs and capabilities ops
      venus: hfi_plat_v4: Populate codecs and capabilities for v4
      venus: hfi_plat: Add platform ops for getting number of VPP pipes
      venus: hfi_plat_v6: Populate capabilities for v6
      venus: hfi_plat: Add hfi platform buffers ops
      venus: Add platform buffers for v6
      venus: Get codecs and capabilities from hfi platform
      venus: vdec,core: Handle picture structure event
      venus: helpers: Wire up hfi platform buffer requirements

Vikash Garodia (1):
      media: venus: request for interrupt from venus

 drivers/media/platform/Kconfig                     |    2 +-
 drivers/media/platform/qcom/venus/Makefile         |    4 +-
 drivers/media/platform/qcom/venus/core.c           |   17 -
 drivers/media/platform/qcom/venus/core.h           |   54 +-
 drivers/media/platform/qcom/venus/helpers.c        |  136 +-
 drivers/media/platform/qcom/venus/helpers.h        |    2 +-
 drivers/media/platform/qcom/venus/hfi.c            |   18 +-
 drivers/media/platform/qcom/venus/hfi_helper.h     |   18 +
 drivers/media/platform/qcom/venus/hfi_parser.c     |   59 +-
 drivers/media/platform/qcom/venus/hfi_parser.h     |    7 +-
 drivers/media/platform/qcom/venus/hfi_plat_bufs.h  |   38 +
 .../media/platform/qcom/venus/hfi_plat_bufs_v6.c   | 1317 ++++++++++++++++++++
 drivers/media/platform/qcom/venus/hfi_platform.c   |   65 +
 drivers/media/platform/qcom/venus/hfi_platform.h   |   67 +
 .../media/platform/qcom/venus/hfi_platform_v4.c    |  319 +++++
 .../media/platform/qcom/venus/hfi_platform_v6.c    |  326 +++++
 drivers/media/platform/qcom/venus/hfi_venus.c      |   80 +-
 drivers/media/platform/qcom/venus/pm_helpers.c     |   12 +-
 drivers/media/platform/qcom/venus/vdec.c           |  129 +-
 drivers/media/platform/qcom/venus/venc.c           |  108 +-
 20 files changed, 2535 insertions(+), 243 deletions(-)
 create mode 100644 drivers/media/platform/qcom/venus/hfi_plat_bufs.h
 create mode 100644 drivers/media/platform/qcom/venus/hfi_plat_bufs_v6.c
 create mode 100644 drivers/media/platform/qcom/venus/hfi_platform.c
 create mode 100644 drivers/media/platform/qcom/venus/hfi_platform.h
 create mode 100644 drivers/media/platform/qcom/venus/hfi_platform_v4.c
 create mode 100644 drivers/media/platform/qcom/venus/hfi_platform_v6.c

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

* Re: [GIT PULL FOR v5.12] Venus updates (#70533)
  2021-01-07 11:13 [GIT PULL FOR v5.12] Venus updates Stanimir Varbanov
@ 2021-01-07 11:38 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2021-01-07 11:38 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20210107111316.18115-1-stanimir.varbanov@linaro.org/
Build log: https://builder.linuxtv.org/job/patchwork/84739/
Build time: 00:12:17
Link: https://lore.kernel.org/linux-media/20210107111316.18115-1-stanimir.varbanov@linaro.org

gpg: Signature made Thu 07 Jan 2021 10:53:28 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: got 4/25 patches with issues, being 0 at build time

Error/warnings:

patches/0015-venus-Create-hfi-platform-and-move-vpp-vsp-there.patch:

   checkpatch.pl:
	$ cat patches/0015-venus-Create-hfi-platform-and-move-vpp-vsp-there.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:228: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0020-venus-hfi_plat_v6-Populate-capabilities-for-v6.patch:

   checkpatch.pl:
	$ cat patches/0020-venus-hfi_plat_v6-Populate-capabilities-for-v6.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:55: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0021-venus-hfi_plat-Add-hfi-platform-buffers-ops.patch:

   checkpatch.pl:
	$ cat patches/0021-venus-hfi_plat-Add-hfi-platform-buffers-ops.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:18: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

patches/0022-venus-Add-platform-buffers-for-v6.patch:

   checkpatch.pl:
	$ cat patches/0022-venus-Add-platform-buffers-for-v6.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
	-:44: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?


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

end of thread, other threads:[~2021-01-07 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 11:13 [GIT PULL FOR v5.12] Venus updates Stanimir Varbanov
2021-01-07 11:38 ` [GIT PULL FOR v5.12] Venus updates (#70533) 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.