drm_flip_work_commit — commit queued work
void drm_flip_work_commit ( | struct drm_flip_work * work, |
struct workqueue_struct * wq) ; |
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.