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

Commit f3fd10ef authored by Rama Vaddula's avatar Rama Vaddula Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Disable PPD power feature for A418 GPU



This change disables peak power detection (PPD) power feature
since its not supported on MSM8992 target.

Change-Id: Icc5129be510597261f98ddad24d2b2d070c586ec
Signed-off-by: default avatarRama Vaddula <rvaddula@codeaurora.org>
parent 17856c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 8,
		.patchid = ANY_ID,
		.features = ADRENO_USES_OCMEM  | ADRENO_WARM_START |
			ADRENO_USE_BOOTSTRAP | ADRENO_SPTP_PC | ADRENO_PPD,
			ADRENO_USE_BOOTSTRAP | ADRENO_SPTP_PC,
		.pm4fw_name = "a420_pm4.fw",
		.pfpfw_name = "a420_pfp.fw",
		.gpudev = &adreno_a4xx_gpudev,