SYNOPSIS

void drm_flip_work_commit(struct drm_flip_work * work, struct workqueue_struct * wq);

ARGUMENTS

work

the flip-work

wq

the work-queue to run the queued work on

DESCRIPTION

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.

AUTHORS

Jesse Barnes <[email protected]>

Intel Corporation,

Initial version

Laurent Pinchart <[email protected]>

Ideas on board SPRL,

Driver internals

Daniel Vetter <[email protected]>

Intel Corporation,

Contributions all over the place

COPYRIGHT