Home
last modified time | relevance | path

Searched refs:vmw_fence_action (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h51 struct vmw_fence_action { struct
54 void (*seq_passed) (struct vmw_fence_action *action);
55 void (*cleanup) (struct vmw_fence_action *action);
H A Dvmwgfx_fence.c62 * @action: A struct vmw_fence_action to hook up to a fence.
74 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()
900 * @action: The struct vmw_fence_action embedded in a struct
907 static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) in vmw_event_fence_action_seq_passed()
936 * @action: The struct vmw_fence_action embedded in a struct
939 * This function is the struct vmw_fence_action destructor. It's typically
942 static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action) in vmw_event_fence_action_cleanup()
962 struct vmw_fence_action *actio in vmw_fence_obj_add_action()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h51 struct vmw_fence_action { struct
54 void (*seq_passed) (struct vmw_fence_action *action);
55 void (*cleanup) (struct vmw_fence_action *action);
H A Dvmwgfx_fence.c58 * @action: A struct vmw_fence_action to hook up to a fence.
69 struct vmw_fence_action action;
272 struct vmw_fence_action *action, *next_action; in vmw_fence_work_func()
369 struct vmw_fence_action *action, *next_action; in vmw_fences_perform_actions()
821 * @action: The struct vmw_fence_action embedded in a struct
828 static void vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) in vmw_event_fence_action_seq_passed()
857 * @action: The struct vmw_fence_action embedded in a struct
860 * This function is the struct vmw_fence_action destructor. It's typically
863 static void vmw_event_fence_action_cleanup(struct vmw_fence_action *action) in vmw_event_fence_action_cleanup()
883 struct vmw_fence_action *actio in vmw_fence_obj_add_action()
[all...]

Completed in 4 milliseconds