drm_plane_helper_add(9) sets the helper vtable for a plane

SYNOPSIS

void drm_plane_helper_add(struct drm_plane * plane, const struct drm_plane_helper_funcs * funcs);

ARGUMENTS

plane

DRM plane

funcs

helper vtable to set for plane

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