Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h59 struct list_head seq_passed_actions; member
Dvmwgfx_fence.c342 INIT_LIST_HEAD(&fence->seq_passed_actions); in vmw_fence_obj_init()
412 if (!list_empty(&fence->seq_passed_actions)) { in vmw_fence_goal_new_locked()
475 list_splice_init(&fence->seq_passed_actions, in __vmw_fences_update()
740 list_splice_init(&fence->seq_passed_actions, in vmw_fence_fifo_down()
976 list_add_tail(&action->head, &fence->seq_passed_actions); in vmw_fence_obj_add_action()