Hi Mauro, As this PR did not get merged, I will send a new one for v5.7 with some more commits when the media_tree master is updated to v5.6-rc1. On 1/10/20 4:40 PM, Stanimir Varbanov wrote: > 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 > -- regards, Stan