Add a mode to a connectors probed_mode list
void drm_mode_probed_add(struct drm_connector * connector, struct drm_display_mode * mode);
connector
connector the new mode
mode
mode data
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.
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