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

Commit 03b9c41b authored by Suman Tatiraju's avatar Suman Tatiraju Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Update GPMU firmware and seq filename for MSM8996v3



The power features on MSM8996v3 depend on the new GPMU firmware and
seq file.

Change-Id: If45a85c71cdb3ddb0da70117d247afbf768c2092
Signed-off-by: default avatarSuman Tatiraju <sumant@codeaurora.org>
parent dec3acb0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -175,15 +175,15 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.gpudev = &adreno_a5xx_gpudev,
		.gmem_size = SZ_1M,
		.num_protected_regs = 0x20,
		.gpmufw_name = "a530_gpmu.fw2",
		.gpmufw_name = "a530v3_gpmu.fw2",
		.gpmu_major = 1,
		.gpmu_minor = 0,
		.busy_mask = 0xFFFFFFFE,
		.lm_major = 3,
		.lm_major = 1,
		.lm_minor = 0,
		.gpmu_tsens = 0x00060007,
		.max_power = 5448,
		.regfw_name = "a530v2_seq.fw2",
		.regfw_name = "a530v3_seq.fw2",
	},
	{
		.gpurev = ADRENO_REV_A510,