<dec f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_flip_work.h' l='70' type='void drm_flip_work_commit(struct drm_flip_work * work, struct workqueue_struct * wq)'/>
<def f='src/src/sys/external/bsd/drm2/dist/drm/drm_flip_work.c' l='57' ll='64' type='void drm_flip_work_commit(struct drm_flip_work * work, struct workqueue_struct * wq)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/drm/drm_flip_work.c' l='47'>/**
 * drm_flip_work_commit - commit queued work
 * @work: the flip-work
 * @wq: the work-queue to run the queued work on
 *
 * Trigger work previously queued by drm_flip_work_queue() to run
 * on a workqueue.  The typical usage would be to queue work (via
 * drm_flip_work_queue()) at any point (from vblank irq and/or
 * prior), and then from vblank irq commit the queued work.
 */</doc>
