msm: kgsl: Return -ENOENT if a context is detached during submit
There are several points during the submission pipeline where we can bail if the context has been detached. Return -ENOENT in those cases so the dispatcher can 1) not try to requeue the command or the context and 2) not log an error (detached commands should be silently discarded) Conflicts: drivers/gpu/msm/adreno_dispatch.c drivers/gpu/msm/adreno_ringbuffer.c drivers/gpu/msm/kgsl.c Change-Id: Ic0dedbad5d67b24e8bd2804647133d03617ea8dc Signed-off-by:Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by:
Sunil Khatri <sunilkh@codeaurora.org>
Loading
Please register or sign in to comment