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

Skip to content
Commit 8693e8f6 authored by Sandeep Panda's avatar Sandeep Panda
Browse files

drm/msm/dsi-staging: register dsi irq before splash handoff



In the current implementation dsi irq enable is tied to
dsi core clock enable and disable. But in continuous splash
scenario dsi core is getting enabled before dsi irq can be
registered. So when from core clock enable function, dsi irq
enable call is made, it is returning early since irq is not
registered yet and later this is resulting in irq storm if
any dsi irq is getting triggered. This change fixes the same
by registering dsi irq before splash handoff sequence begins.

Change-Id: I06528884667d63b25df5aa8276a34233315e8395
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 14681b57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment