summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUjwal Patel <ujwalp@codeaurora.org>2015-04-21 18:33:06 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:40:48 -0700
commitbc4c597e76ef4030e10644ea5a9e20aaedfa1d77 (patch)
treeb46212cb8217c403f5f4fbbbdb01474ed8d9ffaf /include
parent26bebe99120ebfa202a9be8b37e3c96f2829195b (diff)
msm: mdss: wake up threads relying on shutdown notice
In the current framebuffer driver, user context may be put to sleep to serialize certain operations. These contexts are woken up on certain conditions, one of which is system shutdown notification. Current api used, wait_event_timeout, relies on wait queue to be woken up if any variable that could change the result of the sleep condition. So when shutdown context is active, it needs to wake up threads waiting on shutdown notification else they will timeout and may delay the shutdown process. Change-Id: I11b97e4c65b434c5f35d455a5040f407a1460516 Signed-off-by: Ujwal Patel <ujwalp@codeaurora.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions