Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] iommu/arm-smmu: add actlr settings for mdss and fastrpc
@ 2025-11-05  7:53 Charan Teja Kalla
  2025-11-05  9:14 ` Konrad Dybcio
  0 siblings, 1 reply; 7+ messages in thread
From: Charan Teja Kalla @ 2025-11-05  7:53 UTC (permalink / raw)
  To: robin.clark, will, robin.murphy, joro, dmitry.baryshkov
  Cc: iommu, linux-arm-msm, linux-arm-kernel, linux-kernel,
	Charan Teja Kalla

Add ACTLR settings for the device nodes with below compatibility
and is mainly targeted for sa8775p:
1) sa8775p-mdss
2) qcom,fastrpc-compute-cb

As a side note, "qcom,fastrpc" compatibility is already defined but that
seems inept as the devices that will be attached to the SMMU is going to
be with "qcom,fastrpc-compute-cb" compat string.

Signed-off-by: Charan Teja Kalla <charan.kalla@oss.qualcomm.com>
---
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index c21a401c71eb..c76f6076f487 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -47,6 +47,10 @@ static const struct of_device_id qcom_smmu_actlr_client_of_match[] = {
 			.data = (const void *) (PREFETCH_SHALLOW | CPRE | CMTLB) },
 	{ .compatible = "qcom,sm8550-mdss",
 			.data = (const void *) (PREFETCH_DEFAULT | CMTLB) },
+	{ .compatible = "qcom,sa8775p-mdss",
+			.data = (const void *) (PREFETCH_DEFAULT | CMTLB) },
+	{ .compatible = "qcom,fastrpc-compute-cb",
+			.data = (const void *) (PREFETCH_DEEP | CPRE | CMTLB) },
 	{ }
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-12-18 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-05  7:53 [PATCH] iommu/arm-smmu: add actlr settings for mdss and fastrpc Charan Teja Kalla
2025-11-05  9:14 ` Konrad Dybcio
2025-11-11  7:56   ` Charan Teja Kalla
2025-11-11 14:02   ` Charan Teja Kalla
2025-11-12 14:02     ` Konrad Dybcio
2025-11-27 11:14       ` Bibek Kumar Patro
2025-12-18 12:02         ` Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox