Add modes for the connectors without edid
int drm_add_modes_noedid(struct drm_connector * connector, int hdisplay, int vdisplay);
connector
connector we're probing
hdisplay
the horizontal display limit
vdisplay
the vertical display limit
Add the specified modes to the connector's mode list. Only when the hdisplay/vdisplay is not beyond the given limit, it will be added.
The number of modes added or 0 if we couldn't find any.
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