Skip to content
Commit 6d21d4c0 authored by Veera Sundaram Sankaran's avatar Veera Sundaram Sankaran Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: add kthread_flush_work for crtc event thread



CRTC waits for frame_events of the previous frame to be
processed from the event thread before every kickoff. Though
the event thread is configured with realtime priority, it
might be taking longer duration to execute due to scheduling
delays and this results in frame_done timeouts as the commit
thread waits for only a specified duration. Add flush work
for event threads before the wait, to make sure the event
thread execution is completed.

Change-Id: I9a483e87daf8440a0bd90a76f3445c0a228c3856
Signed-off-by: default avatarVeera Sundaram Sankaran <veeras@codeaurora.org>
parent cd538dbf
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