table of contents
other versions
FENCE_ENABLE_SW_SIGN(9) | Device drivers infrastructure | FENCE_ENABLE_SW_SIGN(9) |
NAME¶
fence_enable_sw_signaling - enable signaling on fence
SYNOPSIS¶
void fence_enable_sw_signaling(struct fence * fence);
ARGUMENTS¶
fence
[in] the fence to enable
DESCRIPTION¶
this will request for sw signaling to be enabled, to make the fence complete as soon as possible
COPYRIGHT¶
January 2017 | Kernel Hackers Manual 4.8. |