Skip to content
Snippets Groups Projects
Verified Commit a782b0b1 authored by Rob Clark's avatar Rob Clark :speech_balloon: Committed by David Heidelberg
Browse files

HACK: iommu/arm-smmu/qcom: Set SCTLR.HUPCF for everything


Currently this is just set from the special qcom,adreno-smmu iommu.  But
we are not *yet* using that for a5xx.  Meanwhile we still need the HUPCF
bit set so iommu faults in CI do not take out the CP and cause a follow-
on cascade of fail.  On qcom systems, it is safe to set HUPCF everywhere
so do that.

Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
parent 4e7c23bc
No related branches found
No related tags found
No related merge requests found
...@@ -401,6 +401,7 @@ static const struct arm_smmu_impl qcom_smmu_v2_impl = { ...@@ -401,6 +401,7 @@ static const struct arm_smmu_impl qcom_smmu_v2_impl = {
.def_domain_type = qcom_smmu_def_domain_type, .def_domain_type = qcom_smmu_def_domain_type,
.write_s2cr = qcom_smmu_write_s2cr, .write_s2cr = qcom_smmu_write_s2cr,
.tlb_sync = qcom_smmu_tlb_sync, .tlb_sync = qcom_smmu_tlb_sync,
.write_sctlr = qcom_adreno_smmu_write_sctlr,
}; };
static const struct arm_smmu_impl qcom_smmu_500_impl = { static const struct arm_smmu_impl qcom_smmu_500_impl = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment