drm_flip_work_queue(9) queue work

SYNOPSIS

void drm_flip_work_queue(struct drm_flip_work * work, void * val);

ARGUMENTS

work

the flip-work

val

the value to queue

DESCRIPTION

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.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT