* [PATCH 15/17] arm64: dts: sdm845: Add interconnect properties for Venus
@ 2020-11-02 11:35 Stanimir Varbanov
2020-11-02 12:07 ` Georgi Djakov
0 siblings, 1 reply; 4+ messages in thread
From: Stanimir Varbanov @ 2020-11-02 11:35 UTC (permalink / raw)
To: linux-kernel, devicetree, linux-arm-msm, linux-media
Cc: Bjorn Andersson, Georgi Djakov, Stanimir Varbanov
Populate Venus DT node with interconnect properties.
Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 40e8c11f23ab..aca7e9c954e0 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -3661,6 +3661,9 @@
iommus = <&apps_smmu 0x10a0 0x8>,
<&apps_smmu 0x10b0 0x0>;
memory-region = <&venus_mem>;
+ interconnects = <&mmss_noc MASTER_VIDEO_P0 0 &mem_noc SLAVE_EBI1 0>,
+ <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_VENUS_CFG 0>;
+ interconnect-names = "video-mem", "cpu-cfg";
video-core0 {
compatible = "venus-decoder";
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 15/17] arm64: dts: sdm845: Add interconnect properties for Venus
2020-11-02 11:35 [PATCH 15/17] arm64: dts: sdm845: Add interconnect properties for Venus Stanimir Varbanov
@ 2020-11-02 12:07 ` Georgi Djakov
2020-11-30 10:34 ` Stanimir Varbanov
0 siblings, 1 reply; 4+ messages in thread
From: Georgi Djakov @ 2020-11-02 12:07 UTC (permalink / raw)
To: Stanimir Varbanov, Bjorn Andersson
Cc: linux-kernel, devicetree, linux-arm-msm, linux-media
Hi Stan,
On 11/2/20 13:35, Stanimir Varbanov wrote:
> Populate Venus DT node with interconnect properties.
>
> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org>
Thanks!
Georgi
> ---
> arch/arm64/boot/dts/qcom/sdm845.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index 40e8c11f23ab..aca7e9c954e0 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -3661,6 +3661,9 @@
> iommus = <&apps_smmu 0x10a0 0x8>,
> <&apps_smmu 0x10b0 0x0>;
> memory-region = <&venus_mem>;
> + interconnects = <&mmss_noc MASTER_VIDEO_P0 0 &mem_noc SLAVE_EBI1 0>,
> + <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_VENUS_CFG 0>;
> + interconnect-names = "video-mem", "cpu-cfg";
>
> video-core0 {
> compatible = "venus-decoder";
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 15/17] arm64: dts: sdm845: Add interconnect properties for Venus
2020-11-02 12:07 ` Georgi Djakov
@ 2020-11-30 10:34 ` Stanimir Varbanov
2020-11-30 16:57 ` Bjorn Andersson
0 siblings, 1 reply; 4+ messages in thread
From: Stanimir Varbanov @ 2020-11-30 10:34 UTC (permalink / raw)
To: Georgi Djakov, Stanimir Varbanov, Bjorn Andersson
Cc: linux-kernel, devicetree, linux-arm-msm, linux-media
Bjorn, could you take this for v5.11.
On 11/2/20 2:07 PM, Georgi Djakov wrote:
> Hi Stan,
>
> On 11/2/20 13:35, Stanimir Varbanov wrote:
>> Populate Venus DT node with interconnect properties.
>>
>> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
>
> Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org>
>
> Thanks!
> Georgi
>
>> ---
>> arch/arm64/boot/dts/qcom/sdm845.dtsi | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
>> index 40e8c11f23ab..aca7e9c954e0 100644
>> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
>> @@ -3661,6 +3661,9 @@
>> iommus = <&apps_smmu 0x10a0 0x8>,
>> <&apps_smmu 0x10b0 0x0>;
>> memory-region = <&venus_mem>;
>> + interconnects = <&mmss_noc MASTER_VIDEO_P0 0 &mem_noc SLAVE_EBI1 0>,
>> + <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_VENUS_CFG 0>;
>> + interconnect-names = "video-mem", "cpu-cfg";
>>
>> video-core0 {
>> compatible = "venus-decoder";
>>
--
regards,
Stan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 15/17] arm64: dts: sdm845: Add interconnect properties for Venus
2020-11-30 10:34 ` Stanimir Varbanov
@ 2020-11-30 16:57 ` Bjorn Andersson
0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2020-11-30 16:57 UTC (permalink / raw)
To: Stanimir Varbanov
Cc: Georgi Djakov, Stanimir Varbanov, linux-kernel, devicetree,
linux-arm-msm, linux-media
On Mon 30 Nov 04:34 CST 2020, Stanimir Varbanov wrote:
> Bjorn, could you take this for v5.11.
>
I did apply it a few weeks back, but seems I forgot to reply (and it was
before I asked patchwork-bot to do so for me).
Regards,
Bjorn
> On 11/2/20 2:07 PM, Georgi Djakov wrote:
> > Hi Stan,
> >
> > On 11/2/20 13:35, Stanimir Varbanov wrote:
> >> Populate Venus DT node with interconnect properties.
> >>
> >> Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
> >
> > Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org>
> >
> > Thanks!
> > Georgi
> >
> >> ---
> >> arch/arm64/boot/dts/qcom/sdm845.dtsi | 3 +++
> >> 1 file changed, 3 insertions(+)
> >>
> >> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> >> index 40e8c11f23ab..aca7e9c954e0 100644
> >> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> >> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> >> @@ -3661,6 +3661,9 @@
> >> iommus = <&apps_smmu 0x10a0 0x8>,
> >> <&apps_smmu 0x10b0 0x0>;
> >> memory-region = <&venus_mem>;
> >> + interconnects = <&mmss_noc MASTER_VIDEO_P0 0 &mem_noc SLAVE_EBI1 0>,
> >> + <&gladiator_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_VENUS_CFG 0>;
> >> + interconnect-names = "video-mem", "cpu-cfg";
> >>
> >> video-core0 {
> >> compatible = "venus-decoder";
> >>
>
> --
> regards,
> Stan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-30 16:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-02 11:35 [PATCH 15/17] arm64: dts: sdm845: Add interconnect properties for Venus Stanimir Varbanov
2020-11-02 12:07 ` Georgi Djakov
2020-11-30 10:34 ` Stanimir Varbanov
2020-11-30 16:57 ` Bjorn Andersson
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).