[PATCH v2] arm64: dts: qcom: msm8998: enable adreno_smmu by default

2024-06-03 Thread Marc Gonzalez
15 qcom platform DTSI files define an adreno_smmu node. msm8998 is the only one with adreno_smmu disabled by default. There's no reason why this SMMU should be disabled by default, it doesn't need any further configuration. Bring msm8998 in line with the 14 other platforms. This fixes GPU init

Re: [PATCH v2] arm64: dts: qcom: msm8998: enable adreno_smmu by default

2024-05-27 Thread Bjorn Andersson
On Wed, 15 May 2024 16:27:44 +0200, Marc Gonzalez wrote: > 15 qcom platform DTSI files define an adreno_smmu node. > msm8998 is the only one with adreno_smmu disabled by default. > > There's no reason why this SMMU should be disabled by default, > it doesn't need any further configuration. > >

Re: [PATCH v2] arm64: dts: qcom: msm8998: enable adreno_smmu by default

2024-05-17 Thread Jeffrey Hugo
On 5/15/2024 8:27 AM, Marc Gonzalez wrote: 15 qcom platform DTSI files define an adreno_smmu node. msm8998 is the only one with adreno_smmu disabled by default. There's no reason why this SMMU should be disabled by default, it doesn't need any further configuration. Bring msm8998 in line with

Re: [PATCH v2] arm64: dts: qcom: msm8998: enable adreno_smmu by default

2024-05-15 Thread Marijn Suijten
On 2024-05-15 16:27:44, Marc Gonzalez wrote: > 15 qcom platform DTSI files define an adreno_smmu node. > msm8998 is the only one with adreno_smmu disabled by default. > > There's no reason why this SMMU should be disabled by default, > it doesn't need any further configuration. > > Bring msm8998