Skip to content

Commit

Permalink
arm64: dts: msm8996: Mark the GPU's SMMU as an adreno one.
Browse files Browse the repository at this point in the history
This enables the adreno-specific SMMU path that sets HUPCF so
(user-managed) page faults don't wedge the GPU.

Signed-off-by: Eric Anholt <[email protected]>
Acked-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
  • Loading branch information
anholt authored and willdeacon committed Jun 8, 2021
1 parent a242f42 commit 19c07b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@
};

adreno_smmu: iommu@b40000 {
compatible = "qcom,msm8996-smmu-v2", "qcom,smmu-v2";
compatible = "qcom,msm8996-smmu-v2", "qcom,adreno-smmu", "qcom,smmu-v2";
reg = <0x00b40000 0x10000>;

#global-interrupts = <1>;
Expand Down

0 comments on commit 19c07b9

Please sign in to comment.