[PATCH v2 1/3] arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration

Mukesh Ojha posted 3 patches 1 week, 6 days ago
[PATCH v2 1/3] arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration
Posted by Mukesh Ojha 1 week, 6 days ago
We don't need to use zap shader in EL2 as Linux can zap the gpu on
it's own. Lets disable zap-shader for Lemans EL2 configuration.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/lemans-el2.dtso | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/lemans-el2.dtso b/arch/arm64/boot/dts/qcom/lemans-el2.dtso
index ed615dce6c78..621ad930cf54 100644
--- a/arch/arm64/boot/dts/qcom/lemans-el2.dtso
+++ b/arch/arm64/boot/dts/qcom/lemans-el2.dtso
@@ -10,6 +10,10 @@
 /dts-v1/;
 /plugin/;
 
+&gpu_zap_shader {
+	status = "disabled";
+};
+
 &iris {
 	status = "disabled";
 };

-- 
2.50.1
Re: [PATCH v2 1/3] arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration
Posted by Konrad Dybcio 1 week, 5 days ago
On 1/27/26 12:43 PM, Mukesh Ojha wrote:
> We don't need to use zap shader in EL2 as Linux can zap the gpu on
> it's own. Lets disable zap-shader for Lemans EL2 configuration.
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad