Scroll to navigation

STRUCT DRM_FLIP_WORK(9) DRM Core STRUCT DRM_FLIP_WORK(9)

NAME

struct_drm_flip_work - flip work queue

SYNOPSIS

struct drm_flip_work {
  const char * name;
  atomic_t pending;
  atomic_t count;
  drm_flip_func_t func;
  struct work_struct worker;
};  

MEMBERS

name
debug name
pending
number of queued but not committed items
count
number of committed items
func
callback fxn called for each committed item
worker
worker which calls func

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