Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3253a1a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Use A540 zap shader for msmcobalt"

parents e643ee5a 85c1f18f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
	pil_gpu: qcom,kgsl-hyp {
		compatible = "qcom,pil-tz-generic";
		qcom,pas-id = <13>;
		qcom,firmware-name = "a530_zap";
		qcom,firmware-name = "a540_zap";
	};

	msm_bus: qcom,kgsl-busmon{
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
			ADRENO_GPMU | ADRENO_SPTP_PC,
		.pm4fw_name = "a530_pm4.fw",
		.pfpfw_name = "a530_pfp.fw",
		.zap_name = "a530_zap",
		.zap_name = "a540_zap",
		.gpudev = &adreno_a5xx_gpudev,
		.gmem_size = SZ_1M,
		.num_protected_regs = 0x20,