drm_dp_mst_get_edid(9) get EDID for an MST port

SYNOPSIS

struct edid * drm_dp_mst_get_edid(struct drm_connector * connector, struct drm_dp_mst_topology_mgr * mgr, struct drm_dp_mst_port * port);

ARGUMENTS

connector

toplevel connector to get EDID for

mgr

manager for this port

port

unverified pointer to a port.

DESCRIPTION

This returns an EDID for the port connected to a connector, It validates the pointer still exists so the caller doesn't require a reference.

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