Skip to content

Commit 5efb88f

Browse files
FROMLIST: arm64: dts: qcom: lemans: disable zap-shader for EL2 configuration
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. Link: https://lore.kernel.org/lkml/20260127-talos-el2-overlay-v2-1-b6a2266532c4@oss.qualcomm.com/ Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
1 parent fabf00f commit 5efb88f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/lemans-el2.dtso

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
/dts-v1/;
1111
/plugin/;
1212

13+
&gpu_zap_shader {
14+
status = "disabled";
15+
};
16+
1317
&iris {
1418
/* More driver work is needed */
1519
status = "disabled";

0 commit comments

Comments
 (0)