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

Commit e2cace44 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: sde: Move SDE rotator timeout evtlog outside of spinlock" into msm-4.8

parents f5f800f7 4ec1f1d6
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -356,8 +356,6 @@ static void sde_hw_rotator_dump_status(struct sde_hw_rotator *rot)
			REGDMA_CSR_REGDMA_INVALID_CMD_RAM_OFFSET),
		SDE_ROTREG_READ(rot->mdss_base,
			REGDMA_CSR_REGDMA_FSM_STATE));

	SDEROT_EVTLOG_TOUT_HANDLER("rot", "vbif_dbg_bus", "panic");
}

/**
@@ -1096,6 +1094,9 @@ static u32 sde_hw_rotator_wait_done_regdma(

	sts = (status & ROT_ERROR_BIT) ? -ENODEV : 0;

	if (status & ROT_ERROR_BIT)
		SDEROT_EVTLOG_TOUT_HANDLER("rot", "vbif_dbg_bus", "panic");

	return sts;
}