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

Commit 28befbdf authored by George Shen's avatar George Shen
Browse files

Revert "msm: kgsl: Enable SPTP power collapse"



This reverts commit c3b616ab.
Enabling SPTP PC feature caused instability issue in PDT.
Disable it until it's fixed.

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