linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for v5.7] Venus updates
@ 2020-02-14 16:07 Stanimir Varbanov
  2020-02-14 16:15 ` Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Stanimir Varbanov @ 2020-02-14 16:07 UTC (permalink / raw)
  To: linux-media

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 support for sc7180 SoC
 - added decoder handling of 10bit bitstreams
 - a fix for kernel Oops
 - few other fixes 

Please pull.

Note that for few of the patches checkpatch produces a known warning [1]
even after I made relevant changes in MAINTAINERS file.

regards,
Stan

[1] "WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?"

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 884d87010969038741623b5da28e9d96ba763b59:

  dt-bindings: media: venus: Add sc7180 DT schema (2020-02-14 17:33:35 +0200)

----------------------------------------------------------------
Venus updates for v5.7

----------------------------------------------------------------
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

Dikshita Agarwal (2):
      venus: core: add sc7180 DT compatible and resource struct
      dt-bindings: media: venus: Add sc7180 DT schema

Stanimir Varbanov (10):
      MAINTAINERS: Add dt-binding files for Venus
      venus: venc: blacklist two encoder properties
      venus: cache vb payload to be used by clock scaling
      venus: redesign clocks and pm domains control
      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         | 172 ++++
 .../bindings/media/qcom,sc7180-venus.yaml          | 140 +++
 .../bindings/media/qcom,sdm845-venus-v2.yaml       | 140 +++
 .../bindings/media/qcom,sdm845-venus.yaml          | 156 ++++
 .../devicetree/bindings/media/qcom,venus.txt       | 120 ---
 MAINTAINERS                                        |   1 +
 drivers/media/platform/qcom/venus/Makefile         |   2 +-
 drivers/media/platform/qcom/venus/core.c           | 167 ++--
 drivers/media/platform/qcom/venus/core.h           |  32 +-
 drivers/media/platform/qcom/venus/firmware.c       |   3 +-
 drivers/media/platform/qcom/venus/helpers.c        | 448 +++-------
 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     | 959 +++++++++++++++++++++
 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 +-
 21 files changed, 2066 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,sc7180-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

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

end of thread, other threads:[~2020-02-14 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 16:07 [GIT PULL for v5.7] Venus updates Stanimir Varbanov
2020-02-14 16:15 ` Jenkins

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).