Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h48 struct vmw_fence_action { struct
51 void (*seq_passed) (struct vmw_fence_action *action); argument
52 void (*cleanup) (struct vmw_fence_action *action); argument
Dvmwgfx_fence.c73 struct vmw_fence_action action;
261 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func()
362 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions()
902 static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) in vmw_event_fence_action_seq_passed()
940 static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action) in vmw_event_fence_action_cleanup()
960 struct vmw_fence_action *action) in vmw_fence_obj_add_action()