Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h47 struct vmw_fence_action { struct
50 void (*seq_passed) (struct vmw_fence_action *action); argument
51 void (*cleanup) (struct vmw_fence_action *action); argument
Dvmwgfx_fence.c73 struct vmw_fence_action action;
249 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func()
352 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions()
859 static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) in vmw_event_fence_action_seq_passed()
898 static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action) in vmw_event_fence_action_cleanup()
924 struct vmw_fence_action *action) in vmw_fence_obj_add_action()