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:
Gopikrishnaiah Anandan <agopik@codeaurora.org>
Loading
Please register or sign in to comment