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

Commit 61485126 authored by Oleg Perelet's avatar Oleg Perelet Committed by Suman Tatiraju
Browse files

msm: kgsl: Enable Peak Power Detection (PPD) for 8994



Enable PPD for A430 on 8994. PPD prevents PMIC
current overload on the GPU.

Change-Id: I4cdacafdd847aea6f2c10adb58ed9cc3806a5f51
Signed-off-by: default avatarOleg Perelet <operelet@codeaurora.org>
parent 8af3ce59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ static struct adreno_device device_3d0 = {
		adreno_start_work),
	.input_work = __WORK_INITIALIZER(device_3d0.input_work,
		adreno_input_work),
	.pwrctrl_flag = BIT(ADRENO_SPTP_PC_CTRL),
	.pwrctrl_flag = BIT(ADRENO_SPTP_PC_CTRL) | BIT(ADRENO_PPD_CTRL),
};

/* Ptr to array for the current set of fault detect registers */