Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
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
Dvmwgfx_fence.c74 struct vmw_fence_action action;
265 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func()
367 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions()
907 static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) in vmw_event_fence_action_seq_passed()
942 static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action) in vmw_event_fence_action_cleanup()
962 struct vmw_fence_action *action) in vmw_fence_obj_add_action()