1. NAME

drm_add_modes_noedid - add modes for the connectors without EDID

2. SYNOPSIS

int drm_add_modes_noedid(struct drm_connector *  connector , int  hdisplay , int  vdisplay );

3. ARGUMENTS

connector
    connector weAqre probing

hdisplay
    the horizontal display limit

vdisplay
    the vertical display limit

4. DESCRIPTION

Add the specified modes to the connectorAqs mode list. Only when the hdisplay/vdisplay is not beyond the given limit, it will be added.

Return number of modes added or 0 if we couldnAqt find any.

5. AUTHORS

Jesse Barnes <>
Intel Corporation,
    Initial version

Laurent Pinchart <>
Ideas on board SPRL,
    Driver internals

6. COPYRIGHT