drm_atomic_helper_best_encoder(9) Helper for drm_connector_helper_funcs ->best_encoder callback

SYNOPSIS

struct drm_encoder * drm_atomic_helper_best_encoder(struct drm_connector * connector);

ARGUMENTS

connector

Connector control structure

DESCRIPTION

This is a drm_connector_helper_funcs ->best_encoder callback helper for connectors that support exactly 1 encoder, statically determined at driver init time.

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