mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-12 01:20:14 +00:00
arm64: dts: qcom: sdm845: create common zap-shader node
In order to reduce duplication, move common GPU memory configuration from individual board files to sdm845.dtsi. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: David Heidelberg <david@ixit.cz> Link: https://lore.kernel.org/r/20251028-dt-zap-shader-v1-2-7eccb823b986@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
f85592223d
commit
8464b804bd
@ -456,7 +456,6 @@
|
||||
&gpu {
|
||||
status = "okay";
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -456,10 +456,6 @@
|
||||
|
||||
&gpu {
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
};
|
||||
};
|
||||
|
||||
&ipa {
|
||||
|
||||
@ -418,7 +418,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -341,7 +341,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/oneplus6/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -253,7 +253,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/starqltechn/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -425,7 +425,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/axolotl/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -428,7 +428,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/Sony/tama/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -248,7 +248,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/beryllium/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -394,7 +394,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm845/polaris/a630_zap.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -4902,6 +4902,10 @@
|
||||
|
||||
status = "disabled";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
};
|
||||
|
||||
gpu_opp_table: opp-table {
|
||||
compatible = "operating-points-v2";
|
||||
|
||||
|
||||
@ -490,7 +490,6 @@
|
||||
status = "okay";
|
||||
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm850/HUAWEI/AL09/qcdxkmsuc850.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
@ -358,7 +358,6 @@
|
||||
&gpu {
|
||||
status = "okay";
|
||||
zap-shader {
|
||||
memory-region = <&gpu_mem>;
|
||||
firmware-name = "qcom/sdm850/LENOVO/81JL/qcdxkmsuc850.mbn";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user