Lines Matching full:goal
114 * FENCE_GOAL irq and sets the fence goal seqno to that of the next fence
116 * the subsystem makes sure the fence goal seqno is updated.
118 * The fence goal seqno irq is on as long as there are unsignaled fence
384 * vmw_fence_goal_new_locked - Figure out a new device fence goal
392 * we might need to update the fence goal. It checks to see whether
393 * the current fence goal has already passed, and, in that case,
395 * action attached, and sets the seqno of that fence as a new fence goal.
397 * returns true if the device goal seqno was updated. False otherwise.
427 * vmw_fence_goal_check_locked - Replace the device fence goal seqno if
431 * considered as a device fence goal.
436 * goal interrupt. This is typically needed if the current fence goal is
439 * returns true if the device goal seqno was updated. False otherwise.
482 * Rerun if the fence goal seqno was updated, and the in __vmw_fences_update()