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

Commit 519c4b1c authored by Oleg Perelet's avatar Oleg Perelet
Browse files

msm: kgsl: Enable IFPC on A650



Enable GPU interframe power collapse on Kona.

Change-Id: I82211b4ddc960da72ca4632b6deae7a1b45a0216
Signed-off-by: default avatarOleg Perelet <operelet@codeaurora.org>
parent e59d2258
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -343,7 +343,8 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.minor = 0,
		.patchid = 0,
		.features = ADRENO_64BIT | ADRENO_RPMH | ADRENO_GPMU |
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION,
			ADRENO_IOCOHERENT | ADRENO_CONTENT_PROTECTION |
			ADRENO_IFPC,
		.sqefw_name = "a650_sqe.fw",
		.zap_name = "a650_zap",
		.gpudev = &adreno_a6xx_gpudev,