Loading drivers/gpu/msm/adreno_a6xx_snapshot.c +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 Loading Loading @@ -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 */ Loading Loading @@ -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) Loading Loading
drivers/gpu/msm/adreno_a6xx_snapshot.c +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 Loading Loading @@ -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 */ Loading Loading @@ -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) Loading