Queue work
void drm_flip_work_queue(struct drm_flip_work * work, void * val);
work
the flip-work
val
the value to queue
Queues work, that will later be run (passed back to drm_flip_func_t func) on a work queue after drm_flip_work_commit is called.
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