Skip to content

Commit 5fba66d

Browse files
quic-bjorandewilldeacon
authored andcommitted
iommu/arm-smmu-qcom: Select identity domain for sc8280xp MDSS
The Qualcomm display driver installs a translation domain once it has mapped a framebuffer. Use the identity domain for this device on SC8280XP as well, to avoid faults from EFI FB accessing the framebuffer while this is being set up. Signed-off-by: Bjorn Andersson <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent c2b8339 commit 5fba66d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ static const struct of_device_id qcom_smmu_client_of_match[] __maybe_unused = {
250250
{ .compatible = "qcom,sc7280-mdss" },
251251
{ .compatible = "qcom,sc7280-mss-pil" },
252252
{ .compatible = "qcom,sc8180x-mdss" },
253+
{ .compatible = "qcom,sc8280xp-mdss" },
253254
{ .compatible = "qcom,sm8150-mdss" },
254255
{ .compatible = "qcom,sm8250-mdss" },
255256
{ .compatible = "qcom,sdm845-mdss" },

0 commit comments

Comments
 (0)