drm_dp_dual_mode_detect(9) Identify the DP dual mode adaptor

SYNOPSIS

enum drm_dp_dual_mode_type drm_dp_dual_mode_detect(struct i2c_adapter * adapter);

ARGUMENTS

adapter

I2C adapter for the DDC bus

DESCRIPTION

Attempt to identify the type of the DP dual mode adaptor used.

Note that when the answer is DRM_DP_DUAL_MODE_UNKNOWN it's not certain whether we're dealing with a native HDMI port or a type 1 DVI dual mode adaptor. The driver will have to use some other hardware/driver specific mechanism to make that distinction.

RETURNS

The type of the DP dual mode adaptor used

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