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

Skip to content
Commit b6b401f8 authored by Gopikrishnaiah Anandan's avatar Gopikrishnaiah Anandan Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: Implement work queue for crtc events



Interrupt framework of the sde driver will callback registered crtc
client when registered interrupt fires. Callback is in atomic context
and clients should do minimal processing. Due to asynchronous nature of
the events there will race conditions with crtc resources being
released. Change adds work queue for handling crtc events where sde crtc
mutex will be acquired which should prevent resource related race
conditions.

Change-Id: I911ddbc2548df550bcfcbf49973da670287fa461
Signed-off-by: default avatarGopikrishnaiah Anandan <agopik@codeaurora.org>
parent 5154c71d
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