From: Vikash Garodia <vikash.garodia@oss.qualcomm.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
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>,
cros-qcom-dts-watchers@chromium.org,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Stanimir Varbanov <stanimir.varbanov@linaro.org>
Cc: linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v3 2/4] media: dt-bindings: qcom,sc7280-venus: drop non-PAS support
Date: Wed, 28 Jan 2026 18:15:17 +0530 [thread overview]
Message-ID: <b6adf4df-2fb1-4e18-8c3f-3aabb4e155ea@oss.qualcomm.com> (raw)
In-Reply-To: <20260127-venus-iris-flip-switch-v3-2-7f37689f4b39@oss.qualcomm.com>
On 1/27/2026 5:53 PM, Dmitry Baryshkov wrote:
> The only users of the non-PAS setup on SC7280 platform are the ChromeOS
> devices, which were cancelled before reaching end users. Iris, the
> alternative driver for the same hardware, does not support non-PAS
> setup. It is expected that in future both Venus and Iris devices will
> use different ABI for non-PAS (EL2) setup.
>
> In order to declare only the future-proof hardware description drop
> support for non-PAS setup from the SC7280 Venus schema (breaking almost
> non-existing SC7280 ChromeOS devices).
>
> The dropped iommus entry reflects the extra stream, which should not be
> treated in the same way as the main one (which doesn't match the usage
> described by the iommus definition).
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml | 10 ++--------
> 1 file changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
> index 413c5b4ee650..9725fcb761dc 100644
> --- a/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sc7280-venus.yaml
> @@ -43,8 +43,7 @@ properties:
> - const: vcodec_bus
>
> iommus:
> - minItems: 1
> - maxItems: 2
> + maxItems: 1
>
> interconnects:
> maxItems: 2
> @@ -120,12 +119,7 @@ examples:
> <&mmss_noc MASTER_VIDEO_P0 0 &mc_virt SLAVE_EBI1 0>;
> interconnect-names = "cpu-cfg", "video-mem";
>
> - iommus = <&apps_smmu 0x2180 0x20>,
> - <&apps_smmu 0x2184 0x20>;
SID 0x2184 was for one of the secure internal buffer specific to encode
usecase. To make it work on qcm6490, there have been changes done in VPU
firmware to avoid configuring that buffer as secure, and VPU generates
0x2180 only while accessing that specific internal buffer now.
> + iommus = <&apps_smmu 0x2180 0x20>;
>
> memory-region = <&video_mem>;
> -
> - video-firmware {
> - iommus = <&apps_smmu 0x21a2 0x0>;
> - };
> };
>
Regards,
Vikash
next prev parent reply other threads:[~2026-01-28 12:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-27 12:22 [PATCH v3 0/4] media: qcom: flip the switch between Venus and Iris drivers Dmitry Baryshkov
2026-01-27 12:23 ` [PATCH v3 1/4] arm64: dts: qcom: sc7280-chrome-common: disable Venus Dmitry Baryshkov
2026-01-28 11:10 ` Krzysztof Kozlowski
2026-01-27 12:23 ` [PATCH v3 2/4] media: dt-bindings: qcom,sc7280-venus: drop non-PAS support Dmitry Baryshkov
2026-01-28 11:09 ` Krzysztof Kozlowski
2026-01-28 12:45 ` Vikash Garodia [this message]
2026-01-27 12:23 ` [PATCH v3 3/4] media: dt-bindings: qcom-sc7180-venus: move video-firmware here Dmitry Baryshkov
2026-01-28 11:10 ` Krzysztof Kozlowski
2026-01-28 12:50 ` Vikash Garodia
2026-01-27 12:23 ` [PATCH v3 4/4] media: qcom: venus: flip the venus/iris switch Dmitry Baryshkov
2026-01-28 13:05 ` Vikash Garodia
2026-01-29 5:50 ` Dikshita Agarwal
2026-01-31 11:12 ` Dmitry Baryshkov
2026-01-28 13:05 ` [PATCH v3 0/4] media: qcom: flip the switch between Venus and Iris drivers Vikash Garodia
2026-01-29 0:21 ` Dmitry Baryshkov
2026-01-29 10:02 ` Vikash Garodia
2026-01-29 14:32 ` Dmitry Baryshkov
2026-01-29 15:05 ` Vikash Garodia
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=b6adf4df-2fb1-4e18-8c3f-3aabb4e155ea@oss.qualcomm.com \
--to=vikash.garodia@oss.qualcomm.com \
--cc=abhinav.kumar@linux.dev \
--cc=andersson@kernel.org \
--cc=bod@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=dikshita.agarwal@oss.qualcomm.com \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--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=robh@kernel.org \
--cc=stanimir.varbanov@linaro.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