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

Commit 4423983d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Include GPMU and DPM registers to snapshot"

parents fbdae171 45052c78
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -433,6 +433,10 @@ static const unsigned int a5xx_registers[] = {
	0xEC00, 0xEC05, 0xEC08, 0xECE9, 0xECF0, 0xECF0,
	/* VPC CTX 1 */
	0xEA80, 0xEA80, 0xEA82, 0xEAA3, 0xEAA5, 0xEAC2,
	/* GPMU */
	0xA800, 0xA8FF, 0xAC60, 0xAC60,
	/* DPM */
	0xB000, 0xB97F, 0xB9A0, 0xB9BF,
};

static const unsigned int a5xx_registers_count = ARRAY_SIZE(a5xx_registers) / 2;