Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h51 struct vmw_fence_action { struct
54 void (*seq_passed) (struct vmw_fence_action *action); argument
55 void (*cleanup) (struct vmw_fence_action *action); argument
H A Dvmwgfx_fence.c68 struct vmw_fence_action action;
270 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func()
366 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions()
825 static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) in vmw_event_fence_action_seq_passed()
860 static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action) in vmw_event_fence_action_cleanup()
880 struct vmw_fence_action *action) in vmw_fence_obj_add_action()