Skip to content
Commit 318cff16 authored by Sandeep Panda's avatar Sandeep Panda
Browse files

drm/msm/dsi-staging: fix ESD check scheduling sequence



Currently ESD check thread and display commit thread are
running asynchronously. So there might be a situation where
ESD and display suspend call can interfere with each other
and cause ESD check to fail. Which will in turn cause display
to reset when suspend is already under progress is another
thread. So make sure ESD check is scheduled to run only after
display resume sequence has finished and it is disabled before
display suspend sequence starts.

Change-Id: I7c46d740786f3a89e02252aeb4a98d167693e314
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 34c89b33
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