Message ID | 20240715-x1e8-zap-name-v3-1-e7a5258c3c2e@linaro.org |
---|---|
State | New |
Headers | show |
Series | [v3] arm64: dts: qcom: disable GPU on x1e80100 by default | expand |
On Mon, 15 Jul 2024 22:17:44 +0300, Dmitry Baryshkov wrote: > The GPU on X1E80100 requires ZAP 'shader' file to be useful. Since the > file is signed by the OEM keys and might be not available by default, > disable the GPU node and drop the firmware name from the x1e80100.dtsi > file. Devices not being fused to use OEM keys can specify generic > location at `qcom/x1e80100/gen70500_zap.mbn` while enabling the GPU. > > The CRD and QCP were lucky enough to work with the default settings, so > reenable the GPU on those platforms and provide correct firmware-name > (including the SoC subdir). > > [...] Applied, thanks! [1/1] arm64: dts: qcom: disable GPU on x1e80100 by default commit: 1f7574a1f9a892dd79e0dfc03f38573e9c399ec2 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts index 6152bcd0bc1f..81d7ec82a845 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts @@ -637,6 +637,14 @@ vreg_l3j_0p8: ldo3 { }; }; +&gpu { + status = "okay"; + + zap-shader { + firmware-name = "qcom/x1e80100/gen70500_zap.mbn"; + }; +}; + &i2c0 { clock-frequency = <400000>; diff --git a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts index 72a4f4138616..b3521ec4879c 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts +++ b/arch/arm64/boot/dts/qcom/x1e80100-qcp.dts @@ -606,6 +606,14 @@ vreg_l3j_0p8: ldo3 { }; }; +&gpu { + status = "okay"; + + zap-shader { + firmware-name = "qcom/x1e80100/gen70500_zap.mbn"; + }; +}; + &lpass_tlmm { spkr_01_sd_n_active: spkr-01-sd-n-active-state { pins = "gpio12"; diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index 7bca5fcd7d52..8df90d01eba8 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -3155,9 +3155,10 @@ gpu: gpu@3d00000 { interconnects = <&gem_noc MASTER_GFX3D 0 &mc_virt SLAVE_EBI1 0>; interconnect-names = "gfx-mem"; + status = "disabled"; + zap-shader { memory-region = <&gpu_microcode_mem>; - firmware-name = "qcom/gen70500_zap.mbn"; }; gpu_opp_table: opp-table {