drm_for_each_plane_mask(9) iterate over planes specified by bitmask

SYNOPSIS

drm_for_each_plane_mask(plane, dev, plane_mask);

ARGUMENTS

plane

the loop cursor

dev

the DRM device

plane_mask

bitmask of plane indices

DESCRIPTION

Iterate over all planes specified by bitmask.

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