Skip to content
Commit 9b8d4a05 authored by Lynus Vaz's avatar Lynus Vaz Committed by Gerrit - the friendly Code Review server
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 lockless workqueue.

Change-Id: Icf648a61686c1ef3fd84467a2376b11a9a4bb803
Signed-off-by: default avatarLynus Vaz <quic_lvaz@quicinc.com>
parent cc4b2664
Please register or to comment