Skip to content
Commit 68341b49 authored by Lynus Vaz's avatar Lynus Vaz Committed by Jun Zhang
Browse files

msm: kgsl: Simplify timelineobj cleanup


Use the same path for timelineobj retire and destroy. This keeps the
timelineobj valid until the preceding cmdbatches retire, and the scheduler
retires it during normal operation or context detach. This simplifies
cleanup when userspace detaches a context with timelineobjs in flight.

Change-Id: I8812acd045ee13bf965fea1361cf867baf7345a0
Signed-off-by: default avatarLynus Vaz <quic_lvaz@quicinc.com>
(cherry picked from commit 65d32f99)
parent 5fe61a6d
Please register or to comment