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

Commit 3c9befb5 authored by Suman Tatiraju's avatar Suman Tatiraju
Browse files

msm: kgsl: Disable PPD for A430



Multiple regressions are seen with this feature.
Disable it till the issues are resolved.

Change-Id: I1ccb2e70cab72a55c1e87c13deba2df152933c7d
Signed-off-by: default avatarSuman Tatiraju <sumant@codeaurora.org>
parent 7dd146b7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -651,8 +651,6 @@ static void a4xx_start(struct adreno_device *adreno_dev)
	/* Enable SP/TP power collapse for GPUs that support it */
	set_bit(ADRENO_SPTP_PC_CTRL, &adreno_dev->pwrctrl_flag);

	/* Enable Peak Power Detection(PPD) for GPUs that support it */
	set_bit(ADRENO_PPD_CTRL, &adreno_dev->pwrctrl_flag);
}

int a4xx_perfcounter_enable_vbif(struct adreno_device *adreno_dev,