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

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

Merge "msm: kgsl: Fill a6xx crash dumper buffer with known pattern"

parents 6d1978e7 bfdf436e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1582,6 +1582,9 @@ static void _a6xx_do_crashdump(struct kgsl_device *device)
	if (a6xx_is_smmu_stalled(device))
		return;

	memset(a6xx_crashdump_registers->hostptr, 0xaa,
			a6xx_crashdump_registers->size);

	/* Turn on APRIV for legacy targets so we can access the buffers */
	if (!ADRENO_FEATURE(ADRENO_DEVICE(device), ADRENO_APRIV))
		kgsl_regwrite(device, A6XX_CP_MISC_CNTL, 1);