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

Skip to content
Commit efab3062 authored by Xiaowen Wu's avatar Xiaowen Wu Committed by Camus Wong
Browse files

drm/msm/sde: skip IRQ_NOAUTOEN if pwr_en event called before irq install



When irq is preinstalled, IRQ_NOAUTOEN will block irq for power event,
and if there was already a power enable event before, the next power
disable event after irq install will cause irq depth equals to 2 and
the next power enable event will not be able to enable the actual irq.

The change will check previous power event status, and skip IRQ_NOAUTOEN
if power is already enabled before irq install.

Change-Id: I20a0e65ef729e006c669e737e61fe1432090328e
Signed-off-by: default avatarXiaowen Wu <wxiaowen@codeaurora.org>
parent bce7e2b9
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