Merge "msm: sde: Move SDE rotator timeout evtlog outside of spinlock"
This commit is contained in:
commit
72c2d923b9
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue