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

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

msm: kgsl: Enable SPTP power collapse



Set the GPU feature flag that allows the GMU to
automatically power collapse SPTPRAC during idle.

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