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

Commit 55ce5449 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Set CX iPeak threshold frequency for A610 GPU



Configure CX iPeak threshold frequency for A610 GPU. Kgsl
driver notifies the CX iPeak LM driver if GPU is running
at or above this threshold frequency.

Change-Id: Ibd1d4f2eddd34e3cbdb77104c2cd407a45ffd14d
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 890d639f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -512,5 +512,6 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.gmem_size = (SZ_128K + SZ_4K),
		.num_protected_regs = 0x20,
		.busy_mask = 0xFFFFFFFE,
		.cx_ipeak_gpu_freq = 900000000,
	},
};