Skip to content
Commit 0ffa1d8a authored by Lynus Vaz's avatar Lynus Vaz Committed by Sanjay Yadav
Browse files

msm: kgsl: Defer drawobj_sync_timeline_fence_work() to a workqueue



drawobj_sync_timeline_fence_work() does a cleanup of fence and syncobj
allocations. Doing this cleanup in irq context requires the irq_work
struct to remain valid after the function executes. Avoid this constraint
by deferring this work to the memory workqueue.

Change-Id: Icf648a61686c1ef3fd84467a2376b11a9a4bb803
Signed-off-by: default avatarLynus Vaz <[email protected]>
parent ce4331ec
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