drm_connector_register(9) register a connector

SYNOPSIS

int drm_connector_register(struct drm_connector * connector);

ARGUMENTS

connector

the connector to register

DESCRIPTION

Register userspace interfaces for a connector

RETURNS

Zero on success, error code on failure.

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