devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/12] Venus new features
@ 2019-12-23 11:32 Stanimir Varbanov
  2019-12-23 11:33 ` [PATCH v3 01/12] venus: redesign clocks and pm domains control Stanimir Varbanov
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Stanimir Varbanov @ 2019-12-23 11:32 UTC (permalink / raw)
  To: linux-arm-msm, linux-kernel, linux-media, devicetree
  Cc: Vikash Garodia, dikshita, Stanimir Varbanov

Hello,

Chnages since v2:

  - addressed DT schema review comments in patches 6/12 to 9/12


v2 can be found at [1].

regards,
Stan

[1] https://lkml.org/lkml/2019/12/18/444

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

Stanimir Varbanov (10):
  venus: redesign clocks and pm domains control
  venus: venc: blacklist two encoder properties
  v4l: Add source event change for bit-depth
  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
  arm64: dts: sdm845: follow venus-sdm845v2 DT binding
  dt-bindings: media: venus: delete old binding document

 .../bindings/media/qcom,msm8916-venus.yaml    | 117 +++
 .../bindings/media/qcom,msm8996-venus.yaml    | 153 +++
 .../bindings/media/qcom,sdm845-venus-v2.yaml  | 139 +++
 .../bindings/media/qcom,sdm845-venus.yaml     | 157 +++
 .../devicetree/bindings/media/qcom,venus.txt  | 120 ---
 .../media/uapi/v4l/vidioc-dqevent.rst         |   8 +-
 .../media/videodev2.h.rst.exceptions          |   1 +
 arch/arm64/boot/dts/qcom/sdm845.dtsi          |  25 +-
 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/helpers.c   | 435 ++------
 drivers/media/platform/qcom/venus/helpers.h   |   4 -
 drivers/media/platform/qcom/venus/hfi_cmds.c  |   2 +
 .../media/platform/qcom/venus/hfi_helper.h    |   6 +
 .../media/platform/qcom/venus/hfi_parser.h    |   5 +
 .../media/platform/qcom/venus/pm_helpers.c    | 964 ++++++++++++++++++
 .../media/platform/qcom/venus/pm_helpers.h    |  65 ++
 drivers/media/platform/qcom/venus/vdec.c      |  88 +-
 drivers/media/platform/qcom/venus/venc.c      |  75 +-
 include/uapi/linux/videodev2.h                |   1 +
 21 files changed, 1873 insertions(+), 647 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

-- 
2.17.1


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

end of thread, other threads:[~2020-01-04  0:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-23 11:32 [PATCH v3 00/12] Venus new features Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 01/12] venus: redesign clocks and pm domains control Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 02/12] media: venus: introduce core selection Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 03/12] venus: venc: blacklist two encoder properties Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 04/12] v4l: Add source event change for bit-depth Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 05/12] media: venus: vdec: handle 10bit bitstreams Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 06/12] dt-bindings: media: venus: Convert msm8916 to DT schema Stanimir Varbanov
2020-01-03 23:59   ` Rob Herring
2019-12-23 11:33 ` [PATCH v3 07/12] dt-bindings: media: venus: Convert msm8996 " Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 08/12] dt-bindings: media: venus: Convert sdm845 " Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 09/12] dt-bindings: media: venus: Add sdm845v2 " Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 10/12] venus: core: add sdm845-v2 DT compatible and resource struct Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 11/12] arm64: dts: sdm845: follow venus-sdm845v2 DT binding Stanimir Varbanov
2019-12-23 11:33 ` [PATCH v3 12/12] dt-bindings: media: venus: delete old binding document Stanimir Varbanov
2020-01-04  0:00   ` Rob Herring

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