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

Skip to content
Commit a18d483d authored by Clarence Ip's avatar Clarence Ip
Browse files

drm/msm/sde: support connector/crtc events



This patch adds support for internal driver events:
- direct callbacks may be registered against the sde connector,
and triggered via a new "trigger event" sde connector function;
this is suitable for simple event handlers that may be run
from within an ISR context
- delayed event handling may be posted against CRTCs, allowing
for event processing to occur within a worker thread rather
than the originating context (e.g., ISR handlers)

CRs-Fixed: 2005395
Change-Id: Idb0439892dfbda72d3c0ada882915492e3836ad8
Signed-off-by: default avatarClarence Ip <cip@codeaurora.org>
parent 9c65f7bf
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