Home | History | Annotate | Download | only in drm

Lines Matching refs:completion

86  * own needs, e.g. to signal completion of rendering.
526 * Since events are used by the KMS API for vblank and page flip completion this
623 * events are used by the KMS API for vblank and page flip completion this means
659 * using drm_send_event() or drm_send_event_locked() to signal completion of the
701 * using drm_send_event() or drm_send_event_locked() to signal completion of the
769 * completion of the asynchronous work unconditionally.
775 if (e->completion) {
776 complete_all(e->completion);
777 e->completion_release(e->completion);
778 e->completion = NULL;
816 * completion of the asynchronous work unconditionally.