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

Skip to content
Commit b29aa137 authored by Harshitha Sai Neelati's avatar Harshitha Sai Neelati Committed by Goshika Kiran Kumar
Browse files

msm: kgsl: Don't wait for room in context queue when context is invalidated



In a condition where there is no room in the drawcontext queue and the
context is invalidated while sleeping in wait_event_interruptible_timeout,
we are now polling for room after wake up. This would lead to infinite
looping.

Hence, do not wait for room in context queue if context is invalidated.

Change-Id: I12c80e71630da2f3316838bee37f13cfa3b8e7d9
Signed-off-by: default avatarHarshitha Sai Neelati <hsaine@codeaurora.org>
parent d2a07f17
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