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

Commit 4d372ce0 authored by Hui Li's avatar Hui Li
Browse files

msm: kgsl: increase GPU snapshot size on A680



Increase GPU snapshot size to 2MB, this will allow a
complete snapshot without omitting some of data.

Change-Id: I2a44c41e867069762340dfde24cc6be527034bb0
Signed-off-by: default avatarHui Li <hul@codeaurora.org>
parent 9efe49ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1344,7 +1344,7 @@ static const struct adreno_a6xx_core adreno_gpu_core_a680 = {
		.gmem_base = 0x100000,
		.gmem_size = SZ_2M,
		.bus_width = 32,
		.snapshot_size = SZ_1M,
		.snapshot_size = SZ_2M,
	},
	.prim_fifo_threshold = 0x00400000,
	.gmu_major = 2,