Re: [PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-11 Thread Rob Clark
On Thu, May 11, 2023 at 7:51 AM Dmitry Baryshkov wrote: > > On Tue, 9 May 2023 at 19:37, Rob Clark wrote: > > > > From: Rob Clark > > > > When the special handling of qcom,adreno-smmu was moved into > > qcom_smmu_create(), it was overlooked that we didn't have all the > > required entries in

Re: [PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-11 Thread Dmitry Baryshkov
On Tue, 9 May 2023 at 19:37, Rob Clark wrote: > > From: Rob Clark > > When the special handling of qcom,adreno-smmu was moved into > qcom_smmu_create(), it was overlooked that we didn't have all the > required entries in qcom_smmu_impl_of_match. So we stopped getting > adreno_smmu_priv on

Re: [PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-11 Thread Rob Clark
On Tue, May 9, 2023 at 9:37 AM Rob Clark wrote: > > From: Rob Clark > > When the special handling of qcom,adreno-smmu was moved into > qcom_smmu_create(), it was overlooked that we didn't have all the > required entries in qcom_smmu_impl_of_match. So we stopped getting > adreno_smmu_priv on

[PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-09 Thread Rob Clark
From: Rob Clark When the special handling of qcom,adreno-smmu was moved into qcom_smmu_create(), it was overlooked that we didn't have all the required entries in qcom_smmu_impl_of_match. So we stopped getting adreno_smmu_priv on sc7180, breaking per-process pgtables. Fixes: 30b912a03d91

Re: [PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-04 Thread Dmitry Baryshkov
On 04/05/2023 21:08, Rob Clark wrote: On Thu, May 4, 2023 at 10:41 AM Konrad Dybcio wrote: On 2.05.2023 18:09, Rob Clark wrote: From: Rob Clark When the special handling of qcom,adreno-smmu was moved into qcom_smmu_create(), it was overlooked that we didn't have all the required entries

Re: [PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-04 Thread Rob Clark
On Thu, May 4, 2023 at 10:41 AM Konrad Dybcio wrote: > > > > On 2.05.2023 18:09, Rob Clark wrote: > > From: Rob Clark > > > > When the special handling of qcom,adreno-smmu was moved into > > qcom_smmu_create(), it was overlooked that we didn't have all the > > required entries in

Re: [PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-04 Thread Konrad Dybcio
On 2.05.2023 18:09, Rob Clark wrote: > From: Rob Clark > > When the special handling of qcom,adreno-smmu was moved into > qcom_smmu_create(), it was overlooked that we didn't have all the > required entries in qcom_smmu_impl_of_match. So we stopped getting > adreno_smmu_priv on sc7180,

[PATCH 1/2] iommu/arm-smmu-qcom: Fix missing adreno_smmu's

2023-05-02 Thread Rob Clark
From: Rob Clark When the special handling of qcom,adreno-smmu was moved into qcom_smmu_create(), it was overlooked that we didn't have all the required entries in qcom_smmu_impl_of_match. So we stopped getting adreno_smmu_priv on sc7180, breaking per-process pgtables. Fixes: 30b912a03d91