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

Commit 67543035 authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Enable the GMU



The GMU is required for clock and regulator control
for the GPU.

Change-Id: I3d47efe3421c4849520b0115df5aa4afd55a58d0
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 1d9f63d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.major = 4,
		.minor = 0,
		.patchid = ANY_ID,
		.features = ADRENO_64BIT | ADRENO_RPMH,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU,
		.sqefw_name = "a630_sqe.fw",
		.zap_name = "a640_zap",
		.gpudev = &adreno_a6xx_gpudev,