SYNOPSIS

void drm_mode_probed_add(struct drm_connector * connector, struct drm_display_mode * mode);

ARGUMENTS

connector

connector the new mode

mode

mode data

DESCRIPTION

Add mode to connector's probed_mode list for later use. This list should then in a second step get filtered and all the modes actually supported by the hardware moved to the connector's modes list.

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

COPYRIGHT