commit | d8f38804d3640c4e37d3ca52c2b1593a8fe8e87f | [log] [tgz] |
---|---|---|
author | Erik Gilling <konkers@android.com> | Mon Oct 15 17:51:01 2012 -0700 |
committer | Michael Bohan <mbohan@codeaurora.org> | Fri Jan 11 15:05:53 2013 -0800 |
tree | df47650be9110340c14eb574743fcfaacc6aa287 | |
parent | 46322b3c1c82cb9103e660c5eba1fad6caabd962 [diff] |
sync: update new fence status with sync_fence_signal_pt If a fence's pt is signaled before sync_fence_create is called, the fence will never transition into the signaled state. This also address a tiny race if a merged fence's pt after sync_fence_get_status checks it's status and before fence->status is updated. Change-Id: Ic8e292a323db26c6f04cb4757d920278b3125ff6 Signed-off-by: Erik Gilling <konkers@android.com> Signed-off-by: Michael Bohan <mbohan@codeaurora.org>