drm_encoder_index(9) find the index of a registered encoder

SYNOPSIS

unsigned int drm_encoder_index(struct drm_encoder * encoder);

ARGUMENTS

encoder

encoder to find index for

DESCRIPTION

Given a registered encoder, return the index of that encoder within a DRM device's list of encoders.

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