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

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

Merge "msm: kgsl: Correctly update script size for MVC registers"

parents e1a9632d e310f4b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2101,6 +2101,10 @@ void a6xx_crashdump_init(struct adreno_device *adreno_dev)
	for (i = 0; i < ARRAY_SIZE(a6xx_clusters); i++) {
		struct a6xx_cluster_registers *cluster = &a6xx_clusters[i];

		/* 16 bytes if cluster sel exists */
		if (cluster->sel)
			script_size += 16;

		for (j = 0; j < A6XX_NUM_CTXTS; j++) {

			/* 16 bytes for programming the aperture */