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

Skip to content
Commit 1345f2e5 authored by Raviteja Tamatam's avatar Raviteja Tamatam
Browse files

drm/msm/sde: queue pp work items to dedicated event thread



Histogram and AD pp feature works are queued in the interrupt context
to the same crtc_event thread as others like vblank work items.
This is causing delay in fence release as work items are serialized
which is further leading to performance issue. This change will allow
the works to run parallel in different dedicated event thread.

Change-Id: I040d1a446dc6644609c2ee31b051073245da1bba
Signed-off-by: default avatarRaviteja Tamatam <travitej@codeaurora.org>
parent 8b7300fd
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