drm_for_each_encoder_mask(9) iterate over encoders specified by bitmask

SYNOPSIS

drm_for_each_encoder_mask(encoder, dev, encoder_mask);

ARGUMENTS

encoder

the loop cursor

dev

the DRM device

encoder_mask

bitmask of encoder indices

DESCRIPTION

Iterate over all encoders 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