Home
last modified time | relevance | path

Searched refs:seq_passed (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h54 void (*seq_passed) (struct vmw_fence_action *action); member
H A Dvmwgfx_fence.c374 if (action->seq_passed != NULL) in vmw_fences_perform_actions()
375 action->seq_passed(action); in vmw_fences_perform_actions()
956 eaction->action.seq_passed = vmw_event_fence_action_seq_passed; in vmw_event_fence_action_queue()