drm_connector_lookup(9) lookup connector object

SYNOPSIS

struct drm_connector * drm_connector_lookup(struct drm_device * dev, uint32_t id);

ARGUMENTS

dev

DRM device

id

connector object id

DESCRIPTION

This function looks up the connector object specified by id add takes a reference to it.

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