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

Commit 94e92454 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: Dump debugbus data in gmu snapshot"

parents 037db065 a376387d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -1474,6 +1474,8 @@ void a6xx_snapshot_gmu(struct adreno_device *adreno_dev,
				a6xx_gmu_gx_registers,
				ARRAY_SIZE(a6xx_gmu_gx_registers) / 2);
	}

	a6xx_snapshot_debugbus(device, snapshot);
}

/* a6xx_snapshot_sqe() - Dump SQE data in snapshot */
@@ -1631,8 +1633,6 @@ void a6xx_snapshot(struct adreno_device *adreno_dev,
		a6xx_snapshot_dbgahb_regs(device, snapshot);
	}

	a6xx_snapshot_debugbus(device, snapshot);

}

static int _a6xx_crashdump_init_mvc(uint64_t *ptr, uint64_t *offset)