* [PATCH 0/2] More X1E bits
@ 2024-07-16 10:35 Konrad Dybcio
2024-07-16 10:35 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt Konrad Dybcio
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Konrad Dybcio @ 2024-07-16 10:35 UTC (permalink / raw)
To: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Akhil P Oommen, Sibi Sankar, Rajendra Nayak, Abel Vesa
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt
arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 4f40be61af99a67d5580c1448acd9b74c0376389
change-id: 20240716-topic-h_bits-ef8b61485b5f
Best regards,
--
Konrad Dybcio <konrad.dybcio@linaro.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt
2024-07-16 10:35 [PATCH 0/2] More X1E bits Konrad Dybcio
@ 2024-07-16 10:35 ` Konrad Dybcio
2024-07-16 10:35 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers Konrad Dybcio
2024-08-15 20:40 ` (subset) [PATCH 0/2] More X1E bits Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Konrad Dybcio @ 2024-07-16 10:35 UTC (permalink / raw)
To: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Akhil P Oommen, Sibi Sankar, Rajendra Nayak, Abel Vesa
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
Fix the unfortunate off-by-one.
Fixes: 721e38301b79 ("arm64: dts: qcom: x1e80100: Add gpu support")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index 7bca5fcd7d52..47bb26a66b2e 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -3288,7 +3288,7 @@ adreno_smmu: iommu@3da0000 {
reg = <0x0 0x03da0000 0x0 0x40000>;
#iommu-cells = <2>;
#global-interrupts = <1>;
- interrupts = <GIC_SPI 673 IRQ_TYPE_LEVEL_HIGH>,
+ interrupts = <GIC_SPI 674 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 678 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 679 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 680 IRQ_TYPE_LEVEL_HIGH>,
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers
2024-07-16 10:35 [PATCH 0/2] More X1E bits Konrad Dybcio
2024-07-16 10:35 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt Konrad Dybcio
@ 2024-07-16 10:35 ` Konrad Dybcio
2024-10-22 16:28 ` Johan Hovold
2024-08-15 20:40 ` (subset) [PATCH 0/2] More X1E bits Bjorn Andersson
2 siblings, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2024-07-16 10:35 UTC (permalink / raw)
To: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Akhil P Oommen, Sibi Sankar, Rajendra Nayak, Abel Vesa
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
Update the numbers based on the information found in the DSDT.
Fixes: af16b00578a7 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
index 47bb26a66b2e..120bc418c444 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
+++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
@@ -278,8 +278,8 @@ CLUSTER_C4: cpu-sleep-0 {
idle-state-name = "ret";
arm,psci-suspend-param = <0x00000004>;
entry-latency-us = <180>;
- exit-latency-us = <320>;
- min-residency-us = <1000>;
+ exit-latency-us = <500>;
+ min-residency-us = <600>;
};
};
@@ -298,7 +298,7 @@ CLUSTER_CL5: cluster-sleep-1 {
idle-state-name = "ret-pll-off";
arm,psci-suspend-param = <0x01000054>;
entry-latency-us = <2200>;
- exit-latency-us = <2500>;
+ exit-latency-us = <4000>;
min-residency-us = <7000>;
};
};
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: (subset) [PATCH 0/2] More X1E bits
2024-07-16 10:35 [PATCH 0/2] More X1E bits Konrad Dybcio
2024-07-16 10:35 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt Konrad Dybcio
2024-07-16 10:35 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers Konrad Dybcio
@ 2024-08-15 20:40 ` Bjorn Andersson
2 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2024-08-15 20:40 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Akhil P Oommen,
Sibi Sankar, Rajendra Nayak, Abel Vesa, Konrad Dybcio
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel
On Tue, 16 Jul 2024 12:35:02 +0200, Konrad Dybcio wrote:
>
Applied, thanks!
[1/2] arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt
commit: dfbe93f32c12f5628bd83303e10ba63621c259ae
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers
2024-07-16 10:35 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers Konrad Dybcio
@ 2024-10-22 16:28 ` Johan Hovold
0 siblings, 0 replies; 5+ messages in thread
From: Johan Hovold @ 2024-10-22 16:28 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Akhil P Oommen,
Sibi Sankar, Rajendra Nayak, Abel Vesa, Marijn Suijten,
linux-arm-msm, devicetree, linux-kernel
On Tue, Jul 16, 2024 at 12:35:04PM +0200, Konrad Dybcio wrote:
> Update the numbers based on the information found in the DSDT.
>
> Fixes: af16b00578a7 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts")
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
What happened to this one? Was it silently rejected?
Only the first patch in the series was merged.
> arch/arm64/boot/dts/qcom/x1e80100.dtsi | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> index 47bb26a66b2e..120bc418c444 100644
> --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi
> @@ -278,8 +278,8 @@ CLUSTER_C4: cpu-sleep-0 {
> idle-state-name = "ret";
> arm,psci-suspend-param = <0x00000004>;
> entry-latency-us = <180>;
> - exit-latency-us = <320>;
> - min-residency-us = <1000>;
> + exit-latency-us = <500>;
> + min-residency-us = <600>;
> };
> };
>
> @@ -298,7 +298,7 @@ CLUSTER_CL5: cluster-sleep-1 {
> idle-state-name = "ret-pll-off";
> arm,psci-suspend-param = <0x01000054>;
> entry-latency-us = <2200>;
> - exit-latency-us = <2500>;
> + exit-latency-us = <4000>;
> min-residency-us = <7000>;
> };
> };
Johan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-22 16:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 10:35 [PATCH 0/2] More X1E bits Konrad Dybcio
2024-07-16 10:35 ` [PATCH 1/2] arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interrupt Konrad Dybcio
2024-07-16 10:35 ` [PATCH 2/2] arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers Konrad Dybcio
2024-10-22 16:28 ` Johan Hovold
2024-08-15 20:40 ` (subset) [PATCH 0/2] More X1E bits 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).