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

Commit 6a219125 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Disable GMU by default



Disable the GMU feature.

In this case, the GMU will still probe so its
registers will still be accessible, but no FW
will be run.

CRs-Fixed: 2017390
Change-Id: I0259e54f2307aed10ed3a0f4c934e7778e655fb0
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent e40d860d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -326,8 +326,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 3,
		.minor = 0,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT |
			ADRENO_GPMU | ADRENO_RPMH,
		.features = ADRENO_64BIT | ADRENO_RPMH,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a630_zap",
		.gpudev = &adreno_a6xx_gpudev,