Scroll to navigation

DRM_FLIP_WORK_QUEUE(9) DRM Core DRM_FLIP_WORK_QUEUE(9)

NAME

drm_flip_work_queue - 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 <jesse.barnes@intel.com>
 
Intel Corporation,
Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 
Ideas on board SPRL,
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
 
Intel Corporation,
Contributions all over the place

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16