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

Skip to content
Commit 493fa952 authored by Lakshmi Narayana Kalavala's avatar Lakshmi Narayana Kalavala Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: split the interrupt wait timeout in two halves



Certain module may disable interrupt for longer duration on same
CPU where display SW is scheduled to receive the interrupt.
It may also be possible that certain module disables interrupt
on all CPUs for longer duration. That causes all subsystems
to receive interrupt at same time when interrupts are enabled
again. This can be handled by splitting the wait timeout in
two halves. The first half may return late due to jiffie jump.
The second half wait allows system to process all subsystem
interrupt and avoid flagging invalid timeout in display module.

Change-Id: Ic2183b13e37bff4a4b2a363a0f8c3ac5247ab5c0
Signed-off-by: default avatarLakshmi Narayana Kalavala <lkalaval@codeaurora.org>
parent 72af9a4d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment