drm_flip_work_queue_task(9) queue a specific task

SYNOPSIS

void drm_flip_work_queue_task(struct drm_flip_work * work, struct drm_flip_task * task);

ARGUMENTS

work

the flip-work

task

the task to handle

DESCRIPTION

Queues task, 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

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT