Patch "iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible" has been added to the 6.6-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible

to the 6.6-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     iommu-arm-smmu-qcom-add-sdm670-adreno-iommu-compatib.patch
and it can be found in the queue-6.6 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 5a350c1e84ff183bc288895684a738f416710f94
Author: Richard Acayan <mailingradian@xxxxxxxxx>
Date:   Wed Nov 13 19:47:16 2024 -0500

    iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible
    
    [ Upstream commit 42314738906380cbd3b6e9caf3ad34e1b2d66035 ]
    
    Add the compatible for the separate IOMMU on SDM670 for the Adreno GPU.
    
    This IOMMU has the compatible strings:
    
            "qcom,sdm670-smmu-v2", "qcom,adreno-smmu", "qcom,smmu-v2"
    
    While the SMMU 500 doesn't need an entry for this specific SoC, the
    SMMU v2 compatible should have its own entry, as the fallback entry in
    arm-smmu.c handles "qcom,smmu-v2" without per-process page table support
    unless there is an entry here. This entry can't be the
    "qcom,adreno-smmu" compatible because dedicated GPU IOMMUs can also be
    SMMU 500 with different handling.
    
    Signed-off-by: Richard Acayan <mailingradian@xxxxxxxxx>
    Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20241114004713.42404-6-mailingradian@xxxxxxxxx
    Signed-off-by: Will Deacon <will@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
index d491589360197..e6b4bab0dde2e 100644
--- a/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
+++ b/drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c
@@ -554,6 +554,7 @@ static const struct of_device_id __maybe_unused qcom_smmu_impl_of_match[] = {
 	{ .compatible = "qcom,sc8180x-smmu-500", .data = &qcom_smmu_500_impl0_data },
 	{ .compatible = "qcom,sc8280xp-smmu-500", .data = &qcom_smmu_500_impl0_data },
 	{ .compatible = "qcom,sdm630-smmu-v2", .data = &qcom_smmu_v2_data },
+	{ .compatible = "qcom,sdm670-smmu-v2", .data = &qcom_smmu_v2_data },
 	{ .compatible = "qcom,sdm845-smmu-v2", .data = &qcom_smmu_v2_data },
 	{ .compatible = "qcom,sdm845-smmu-500", .data = &sdm845_smmu_500_data },
 	{ .compatible = "qcom,sm6115-smmu-500", .data = &qcom_smmu_500_impl0_data},




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux