linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stanimir Varbanov <stanimir.varbanov@linaro.org>
To: linux-media@vger.kernel.org
Subject: [GIT PULL for v5.6] Venus updates
Date: Fri, 10 Jan 2020 16:40:17 +0200	[thread overview]
Message-ID: <20200110144017.16648-1-stanimir.varbanov@linaro.org> (raw)

Hi Mauro,

The Venus driver updates include:
 - re-design pm-domain and clocks handling
 - added core assingment for Venus IPs with more than one vcodec pipeline
 - dt-binding convertion to yaml DT schema
 - added decoder handling of 10bit bitstreams
 - few fixes

Please pull.

regards,
Stan

The following changes since commit 2a0a0bc7020ef7e66c9569d8229d79fa72e3d659:

  media: MAINTAINERS: add entry for Rockchip ISP1 driver (2020-01-09 16:45:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e91ebb35b94ef8cf5988cfb2f4802422fbd5f4ec:

  dt-bindings: media: venus: delete old binding document (2020-01-10 12:37:29 +0200)

----------------------------------------------------------------
Venus updates for v5.6

----------------------------------------------------------------
Andy Shevchenko (1):
      media: venus: firmware: Use %pR to print IO resource

Aniket Masule (2):
      media: venus: introduce core selection
      media: venus: vdec: handle 10bit bitstreams

Stanimir Varbanov (8):
      venus: redesign clocks and pm domains control
      venus: venc: blacklist two encoder properties
      dt-bindings: media: venus: Convert msm8916 to DT schema
      dt-bindings: media: venus: Convert msm8996 to DT schema
      dt-bindings: media: venus: Convert sdm845 to DT schema
      dt-bindings: media: venus: Add sdm845v2 DT schema
      venus: core: add sdm845-v2 DT compatible and resource struct
      dt-bindings: media: venus: delete old binding document

Stephan Gerhold (1):
      media: venus: hfi_parser: Ignore HEVC encoding for V1

 .../bindings/media/qcom,msm8916-venus.yaml         | 119 +++
 .../bindings/media/qcom,msm8996-venus.yaml         | 153 ++++
 .../bindings/media/qcom,sdm845-venus-v2.yaml       | 140 +++
 .../bindings/media/qcom,sdm845-venus.yaml          | 156 ++++
 .../devicetree/bindings/media/qcom,venus.txt       | 120 ---
 drivers/media/platform/qcom/venus/Makefile         |   2 +-
 drivers/media/platform/qcom/venus/core.c           | 122 ++-
 drivers/media/platform/qcom/venus/core.h           |  31 +-
 drivers/media/platform/qcom/venus/firmware.c       |   3 +-
 drivers/media/platform/qcom/venus/helpers.c        | 437 +++-------
 drivers/media/platform/qcom/venus/helpers.h        |   4 -
 drivers/media/platform/qcom/venus/hfi_cmds.c       |   2 +
 drivers/media/platform/qcom/venus/hfi_helper.h     |   6 +
 drivers/media/platform/qcom/venus/hfi_parser.c     |   1 +
 drivers/media/platform/qcom/venus/hfi_parser.h     |   5 +
 drivers/media/platform/qcom/venus/pm_helpers.c     | 964 +++++++++++++++++++++
 drivers/media/platform/qcom/venus/pm_helpers.h     |  65 ++
 drivers/media/platform/qcom/venus/vdec.c           |  84 +-
 drivers/media/platform/qcom/venus/venc.c           |  75 +-
 19 files changed, 1854 insertions(+), 635 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/qcom,msm8916-venus.yaml
 create mode 100644 Documentation/devicetree/bindings/media/qcom,msm8996-venus.yaml
 create mode 100644 Documentation/devicetree/bindings/media/qcom,sdm845-venus-v2.yaml
 create mode 100644 Documentation/devicetree/bindings/media/qcom,sdm845-venus.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/qcom,venus.txt
 create mode 100644 drivers/media/platform/qcom/venus/pm_helpers.c
 create mode 100644 drivers/media/platform/qcom/venus/pm_helpers.h

             reply	other threads:[~2020-01-10 14:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 14:40 Stanimir Varbanov [this message]
2020-01-10 14:55 ` [GIT PULL for v5.6] Venus updates Jenkins
2020-01-15 12:58   ` Stanimir Varbanov
2020-02-13 10:58 ` Stanimir Varbanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200110144017.16648-1-stanimir.varbanov@linaro.org \
    --to=stanimir.varbanov@linaro.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).