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

Commit 87d33b75 authored by Puranam V G Tejaswi's avatar Puranam V G Tejaswi
Browse files

msm: kgsl: use recommended value for prim_fifo_threshold for A702



Change the prim_fifo_threshold value to the recommended value
of 24 for A702.

Change-Id: Ia9adc08ec08bc6ae87ed9b8e248e271b93656980
Signed-off-by: default avatarPuranam V G Tejaswi <pvgtejas@codeaurora.org>
parent 82e0a0f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1466,7 +1466,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a702 = {
		.busy_mask = 0xfffffffe,
		.bus_width = 32,
	},
	.prim_fifo_threshold = 0x00080000,
	.prim_fifo_threshold = 0x0000c000,
	.sqefw_name = "a702_sqe.fw",
	.zap_name = "a702_zap",
	.hwcg = a702_hwcg_regs,