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.