Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Vikash Garodia <vikash.garodia@oss.qualcomm.com>
To: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>,
	Abhinav Kumar <abhinav.kumar@linux.dev>,
	Bryan O'Donoghue <bod@kernel.org>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-arm-msm@vger.kernel.org, linux-media@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Vishnu Reddy <quic_bvisredd@quicinc.com>,
	Vikash Garodia <vikash.garodia@oss.qualcomm.com>
Subject: [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
Date: Thu, 25 Sep 2025 04:44:39 +0530	[thread overview]
Message-ID: <20250925-knp_video-v1-1-e323c0b3c0cd@oss.qualcomm.com> (raw)
In-Reply-To: <20250925-knp_video-v1-0-e323c0b3c0cd@oss.qualcomm.com>

Kaanapali SOC brings in the new generation of video IP i.e iris4. When
compared to previous generation, iris3x, it has,
- separate power domains for stream and pixel processing hardware blocks
  (bse and vpp).
- additional power domain for apv codec.
- power domains for individual pipes (VPPx).
- different clocks and reset lines.

There are variants of this hardware, where only a single VPP pipe would
be functional (VPP0), and APV may not be present. In such case, the
hardware can be enabled without those 2 related power doamins, and
corresponding clocks. This explains the min entries for power domains
and clocks.
Iommus include all the different stream-ids which can be possibly
generated by vpu4 video hardware in both secure and non secure
execution mode.

This patch depends on following patches
https://lore.kernel.org/all/20250924-knp-interconnect-v1-1-4c822a72141c@oss.qualcomm.com/
https://lore.kernel.org/all/20250924-knp-clk-v1-3-29b02b818782@oss.qualcomm.com/

Signed-off-by: Vikash Garodia <vikash.garodia@oss.qualcomm.com>
---
 .../bindings/media/qcom,kaanapali-iris.yaml        | 236 +++++++++++++++++++++
 1 file changed, 236 insertions(+)

diff --git a/Documentation/devicetree/bindings/media/qcom,kaanapali-iris.yaml b/Documentation/devicetree/bindings/media/qcom,kaanapali-iris.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..f3528d514fe29771227bee5f156962fedb1ea9cd
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/qcom,kaanapali-iris.yaml
@@ -0,0 +1,236 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/media/qcom,kaanapali-iris.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Qualcomm kaanapali iris video encode and decode accelerators
+
+maintainers:
+  - Vikash Garodia <vikash.garodia@oss.qualcomm.com>
+  - Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com>
+
+description:
+  The iris video processing unit is a video encode and decode accelerator
+  present on Qualcomm platforms.
+
+properties:
+  compatible:
+    const: qcom,kaanapali-iris
+
+  reg:
+    maxItems: 1
+
+  interrupts:
+    maxItems: 1
+
+  power-domains:
+    minItems: 5
+    maxItems: 7
+
+  power-domain-names:
+    items:
+      - const: venus
+      - const: vcodec0
+      - const: vpp0
+      - const: vpp1
+      - const: apv
+      - const: mxc
+      - const: mmcx
+
+  clocks:
+    minItems: 8
+    maxItems: 10
+
+  clock-names:
+    items:
+      - const: iface
+      - const: core
+      - const: vcodec0_core
+      - const: iface1
+      - const: core_freerun
+      - const: vcodec0_core_freerun
+      - const: vcodec_bse
+      - const: vcodec_vpp0
+      - const: vcodec_vpp1
+      - const: vcodec_apv
+
+  interconnects:
+    maxItems: 2
+
+  interconnect-names:
+    items:
+      - const: cpu-cfg
+      - const: video-mem
+
+  resets:
+    maxItems: 4
+
+  reset-names:
+    items:
+      - const: bus0
+      - const: bus1
+      - const: core_freerun_reset
+      - const: vcodec0_core_freerun_reset
+
+  iommus:
+    minItems: 3
+    maxItems: 8
+
+  memory-region:
+    maxItems: 1
+
+  dma-coherent: true
+
+  operating-points-v2: true
+
+  opp-table:
+    type: object
+
+required:
+  - compatible
+  - reg
+  - interrupts
+  - power-domains
+  - power-domain-names
+  - clocks
+  - clock-names
+  - interconnects
+  - interconnect-names
+  - resets
+  - reset-names
+  - iommus
+  - dma-coherent
+
+unevaluatedProperties: false
+
+examples:
+  - |
+    #include <dt-bindings/interconnect/qcom,kaanapali-rpmh.h>
+    #include <dt-bindings/interrupt-controller/arm-gic.h>
+    #include <dt-bindings/clock/qcom,kaanapali-gcc.h>
+    #include <dt-bindings/interconnect/qcom,icc.h>
+    #include <dt-bindings/power/qcom,rpmhpd.h>
+
+    video-codec@2000000 {
+      compatible = "qcom,kaanapali-iris";
+
+      reg = <0x02000000 0xf0000>;
+
+      interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
+
+      power-domains = <&video_cc_mvs0c_gdsc>,
+                      <&video_cc_mvs0_gdsc>,
+                      <&video_cc_mvs0_vpp0_gdsc>,
+                      <&video_cc_mvs0_vpp1_gdsc>,
+                      <&video_cc_mvs0a_gdsc>,
+                      <&rpmhpd RPMHPD_MXC>,
+                      <&rpmhpd RPMHPD_MMCX>;
+      power-domain-names = "venus",
+                           "vcodec0",
+                           "vpp0",
+                           "vpp1",
+                           "apv",
+                           "mxc",
+                           "mmcx";
+
+      operating-points-v2 = <&iris_opp_table>;
+
+      clocks = <&gcc GCC_VIDEO_AXI0_CLK>,
+               <&video_cc_mvs0c_clk>,
+               <&video_cc_mvs0_clk>,
+               <&gcc GCC_VIDEO_AXI1_CLK>,
+               <&video_cc_mvs0c_freerun_clk>,
+               <&video_cc_mvs0_freerun_clk>,
+               <&video_cc_mvs0b_clk>,
+               <&video_cc_mvs0_vpp0_clk>,
+               <&video_cc_mvs0_vpp1_clk>,
+               <&video_cc_mvs0a_clk>;
+      clock-names = "iface",
+                    "core",
+                    "vcodec0_core",
+                    "iface1",
+                    "core_freerun",
+                    "vcodec0_core_freerun",
+                    "vcodec_bse",
+                    "vcodec_vpp0",
+                    "vcodec_vpp1",
+                    "vcodec_apv";
+
+      interconnects = <&gem_noc MASTER_APPSS_PROC QCOM_ICC_TAG_ACTIVE_ONLY
+                       &config_noc SLAVE_VENUS_CFG QCOM_ICC_TAG_ACTIVE_ONLY>,
+                      <&mmss_noc MASTER_VIDEO_MVP QCOM_ICC_TAG_ALWAYS
+                       &mc_virt SLAVE_EBI1 QCOM_ICC_TAG_ALWAYS>;
+      interconnect-names = "cpu-cfg",
+                           "video-mem";
+
+      memory-region = <&video_mem>;
+
+      resets = <&gcc GCC_VIDEO_AXI0_CLK_ARES>,
+               <&gcc GCC_VIDEO_AXI1_CLK_ARES>,
+               <&video_cc_mvs0c_freerun_clk_ares>,
+               <&video_cc_mvs0_freerun_clk_ares>;
+      reset-names = "bus0",
+                    "bus1",
+                    "core_freerun_reset",
+                    "vcodec0_core_freerun_reset";
+
+      iommus = <&apps_smmu 0x1940 0x0>,
+               <&apps_smmu 0x1943 0x0>,
+               <&apps_smmu 0x1944 0x0>,
+               <&apps_smmu 0x1a20 0x0>;
+
+      dma-coherent;
+
+      iris_opp_table: opp-table {
+        compatible = "operating-points-v2";
+
+        opp-240000000 {
+          opp-hz = /bits/ 64 <240000000 240000000 240000000 360000000>;
+          required-opps = <&rpmhpd_opp_low_svs>,
+                          <&rpmhpd_opp_low_svs>;
+        };
+
+        opp-338000000 {
+          opp-hz = /bits/ 64 <338000000 338000000 338000000 507000000>;
+          required-opps = <&rpmhpd_opp_low_svs>,
+                          <&rpmhpd_opp_low_svs>;
+        };
+
+        opp-420000000 {
+          opp-hz = /bits/ 64 <420000000 420000000 420000000 630000000>;
+          required-opps = <&rpmhpd_opp_svs>,
+                          <&rpmhpd_opp_svs>;
+        };
+
+        opp-444000000 {
+          opp-hz = /bits/ 64 <444000000 444000000 444000000 666000000>;
+          required-opps = <&rpmhpd_opp_svs_l1>,
+                          <&rpmhpd_opp_svs_l1>;
+        };
+
+        opp-533000000 {
+          opp-hz = /bits/ 64 <533000000 533000000 533000000 800000000>;
+          required-opps = <&rpmhpd_opp_nom>,
+                          <&rpmhpd_opp_nom>;
+        };
+
+        opp-630000000 {
+          opp-hz = /bits/ 64 <630000000 630000000 630000000 1104000000>;
+          required-opps = <&rpmhpd_opp_turbo>,
+                          <&rpmhpd_opp_turbo>;
+        };
+
+        opp-800000000 {
+          opp-hz = /bits/ 64 <800000000 630000000 630000000 1260000000>;
+          required-opps = <&rpmhpd_opp_turbo_l0>,
+                          <&rpmhpd_opp_turbo_l0>;
+        };
+
+        opp-1000000000 {
+          opp-hz = /bits/ 64 <1000000000 630000000 850000000 1260000000>;
+          required-opps = <&rpmhpd_opp_turbo_l1>,
+                          <&rpmhpd_opp_turbo_l1>;
+        };
+      };
+    };

-- 
2.34.1


  reply	other threads:[~2025-09-24 23:15 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-24 23:14 [PATCH 0/8] media: iris: add support for video codecs on Qcom kaanapali platform Vikash Garodia
2025-09-24 23:14 ` Vikash Garodia [this message]
2025-09-25  3:06   ` [PATCH 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding Dmitry Baryshkov
2025-09-25  7:57     ` Vikash Garodia
2025-09-25  8:59       ` Konrad Dybcio
2025-09-25 19:09         ` Vikash Garodia
2025-09-25 19:20       ` Dmitry Baryshkov
2025-09-25  5:11   ` Rob Herring (Arm)
2025-09-25  9:08   ` Krzysztof Kozlowski
2025-09-25 19:23     ` Vikash Garodia
2025-09-25 19:25   ` Dmitry Baryshkov
2025-09-25 19:31     ` Vikash Garodia
2025-09-25 19:38       ` Dmitry Baryshkov
2025-09-25 19:45         ` Vikash Garodia
2025-09-25 20:33           ` Dmitry Baryshkov
2025-09-26 11:47         ` Konrad Dybcio
2025-09-26 13:55           ` Vikash Garodia
2025-09-26 22:25             ` Dmitry Baryshkov
2025-10-02  9:18               ` Vikash Garodia
2025-10-07 13:58                 ` Krzysztof Kozlowski
2025-10-08  9:53                   ` Vikash Garodia
2025-09-24 23:14 ` [PATCH 2/8] media: iris: Add support for multiple clock sources Vikash Garodia
2025-09-25 23:59   ` Bryan O'Donoghue
2025-10-02  9:25     ` Vikash Garodia
2025-09-24 23:14 ` [PATCH 3/8] media: iris: Add support for multiple TZ CP configs Vikash Garodia
2025-09-25  9:01   ` Konrad Dybcio
2025-09-25 19:27     ` Vikash Garodia
2025-09-26 11:44       ` Konrad Dybcio
2025-09-26  0:30   ` Bryan O'Donoghue
2025-09-29  5:45     ` Vishnu Reddy
2025-09-24 23:14 ` [PATCH 4/8] media: iris: Introduce buffer size calculations for vpu4 Vikash Garodia
2025-09-26 13:00   ` Bryan O'Donoghue
2025-10-02 10:06     ` Vikash Garodia
2025-09-24 23:14 ` [PATCH 5/8] media: iris: Move vpu register defines to common header file Vikash Garodia
2025-09-25  9:10   ` Konrad Dybcio
2025-09-29  5:44     ` Vishnu Reddy
2025-10-07 13:23       ` Konrad Dybcio
2025-10-02  9:35     ` Vikash Garodia
2025-10-07 13:22       ` Konrad Dybcio
2025-10-16 13:47   ` Dmitry Baryshkov
2025-10-16 18:37     ` Vikash Garodia
2025-10-16 18:58       ` Dmitry Baryshkov
2025-09-24 23:14 ` [PATCH 6/8] media: iris: Move vpu35 specific api to common to use for vpu4 Vikash Garodia
2025-09-24 23:14 ` [PATCH 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks Vikash Garodia
2025-09-25  9:18   ` Konrad Dybcio
2025-09-29  5:45     ` Vishnu Reddy
2025-10-02  9:41       ` Vikash Garodia
2025-10-07 13:21       ` Konrad Dybcio
2025-09-24 23:14 ` [PATCH 8/8] media: iris: Add platform data for kaanapali Vikash Garodia
2025-09-25  2:44   ` Dmitry Baryshkov
2025-09-25  8:17     ` Vikash Garodia
2025-10-02 15:10   ` Bryan O'Donoghue
2025-10-02 15:29   ` Bryan O'Donoghue
2025-10-18  6:55     ` Vishnu Reddy

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=20250925-knp_video-v1-1-e323c0b3c0cd@oss.qualcomm.com \
    --to=vikash.garodia@oss.qualcomm.com \
    --cc=abhinav.kumar@linux.dev \
    --cc=bod@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dikshita.agarwal@oss.qualcomm.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=quic_bvisredd@quicinc.com \
    --cc=robh@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