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

Commit 509d2944 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: Add A5XX RBBM registers to pre-crash dumper list"

parents 663518a4 390237f4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -360,8 +360,8 @@ static const unsigned int a5xx_registers[] = {
	0x0000, 0x0002, 0x0004, 0x0020, 0x0022, 0x0026, 0x0029, 0x002B,
	0x002E, 0x0035, 0x0038, 0x0042, 0x0044, 0x0044, 0x0047, 0x0095,
	0x0097, 0x00BB, 0x03A0, 0x0464, 0x0469, 0x046F, 0x04D2, 0x04D3,
	0x04E0, 0x04F4, 0X04F6, 0x0533, 0x0540, 0x0555, 0xF400, 0xF400,
	0xF800, 0xF807,
	0x04E0, 0x04F4, 0X04F8, 0x0529, 0x0531, 0x0533, 0x0540, 0x0555,
	0xF400, 0xF400, 0xF800, 0xF807,
	/* CP */
	0x0800, 0x081A, 0x081F, 0x0841, 0x0860, 0x0860, 0x0880, 0x08A0,
	0x0B00, 0x0B12, 0x0B15, 0X0B1C, 0X0B1E, 0x0B28, 0x0B78, 0x0B7F,
@@ -422,8 +422,8 @@ static const unsigned int a5xx_registers[] = {
 * is the stop offset (inclusive)
 */
static const unsigned int a5xx_pre_crashdumper_registers[] = {
	/* RBBM: RBBM_STATUS */
	0x04F5, 0x04F5,
	/* RBBM: RBBM_STATUS - RBBM_STATUS3 */
	0x04F5, 0x04F7, 0x0530, 0x0530,
	/* CP: CP_STATUS_1 */
	0x0B1D, 0x0B1D,
};