SYNOPSIS
- bool fence_is_signaled(struct fence * fence);
ARGUMENTS
fence
- [in] the fence to check
DESCRIPTION
It's recommended for seqno fences to call fence_signal when the operation is complete, it makes it possible to prevent issues from wraparound between time of issue and time of use by checking the return value of this function before calling hardware-specific wait instructions.
COPYRIGHT