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

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

Merge "msm: sde: remove second dump after rotator reset"

parents 10da9e9f 8b275b3a
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -3190,15 +3190,12 @@ void sde_rotator_core_dump(struct sde_rot_mgr *mgr)
	}

	sde_rotator_resource_ctrl(mgr, true);
	/* dump first snapshot */

	if (mgr->ops_hw_dump_status)
		mgr->ops_hw_dump_status(mgr->hw_data);
		mgr->ops_hw_dump_status(mgr);

	SDEROT_EVTLOG_TOUT_HANDLER("rot", "rot_dbg_bus", "vbif_dbg_bus");

	/* dump second snapshot for comparison */
	if (mgr->ops_hw_dump_status)
		mgr->ops_hw_dump_status(mgr->hw_data);
	sde_rotator_resource_ctrl(mgr, false);
}