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

Commit 19ca1feb authored by Pankaj Gupta's avatar Pankaj Gupta
Browse files

msm: kgsl: Enable BCL feature for a635 GPU



Enable Battery Current Limiting feature for A635 GPU.
BCL prevents UVLO (Under Voltage Lock out) due to sudden
voltage droop and OCP (Over Current Protection).

Change-Id: I1d2a724098dcf61e4e8f118611953688f46b4acf
Signed-off-by: default avatarPankaj Gupta <gpankaj@codeaurora.org>
parent 4783892a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1688,7 +1688,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a635 = {
		DEFINE_ADRENO_REV(ADRENO_REV_A635, 6, 3, 5, ANY_ID),
		.features = ADRENO_RPMH | ADRENO_GPMU | ADRENO_APRIV |
				ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
				ADRENO_PREEMPTION | ADRENO_IFPC,
				ADRENO_PREEMPTION | ADRENO_IFPC | ADRENO_BCL,
		.gpudev = &adreno_a6xx_gmu_gpudev,
		.perfcounters = &adreno_a6xx_perfcounters,
		.gmem_base = 0,