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

Commit c1309a48 authored by Nirmal Abraham's avatar Nirmal Abraham Committed by Gerrit - the friendly Code Review server
Browse files

msm: kgsl: Add CX peak freq for Adreno512



Set cx_ipeak_gpu_freq as 700000000 for A512 used in SDM660.

Change-Id: If93771cf9716e5223cc958cc394b277c77b22635
Signed-off-by: default avatarNirmal Abraham <nabrah@codeaurora.org>
parent 9c34f5b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
		.gmem_size = (SZ_256K + SZ_16K),
		.num_protected_regs = 0x20,
		.busy_mask = 0xFFFFFFFE,
		.cx_ipeak_gpu_freq = 700000000,
	},
	{
		.gpurev = ADRENO_REV_A508,