commit | c80114fd8bfecfb60121d0a82c59610435604ce3 | [log] [tgz] |
---|---|---|
author | Erik Gilling <konkers@android.com> | Tue May 15 16:23:26 2012 -0700 |
committer | Erik Gilling <konkers@android.com> | Wed May 30 13:12:40 2012 -0700 |
tree | c204bb472f04a6294634efb4fc8ef42e7d8a231b | |
parent | dcefb2ee8d412a6fab43aabd4fb5668aab12ce04 [diff] |
sync: allow async waits to be canceled In order to allow drivers to cleanly handled teardown we need to allow them to cancel pending async waits. To do this cleanly, we move allocation of sync_fence_waiter to the driver calling sync_async_wait(). Change-Id: Ifcd95648be6ec07026d67f810070a4310f099989 Signed-off-by: Erik Gilling <konkers@android.com>