Lines Matching defs:completion
1513 * drm_atomic_helper_wait_for_vblanks() this waits for the completion on all
1514 * CRTCs, assuming that cursors-only updates are signalling their completion
1850 * checked in parallel to the asynchronous completion of the previous
1971 static void release_crtc_commit(struct completion *completion)
1973 struct drm_crtc_commit *commit = container_of(completion,
2103 new_crtc_state->event->base.completion = &commit->flip_done;
2279 * This function is used to signal completion of the hardware commit step. After
2325 * drm_atomic_helper_commit_cleanup_done - signal completion of commit
2328 * This signals completion of the atomic update @old_state, including any
3379 * @event: optional DRM event to signal upon completion
3423 * @event: optional DRM event to signal upon completion