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

Commit 19087512 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: use recommended value for prim_fifo_threshold for A702"

parents 97b39179 87d33b75
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,