Get complete set of display modes
int drm_helper_probe_single_connector_modes_nomerge(struct drm_connector * connector, uint32_t maxX, uint32_t maxY);
connector
connector to probe
maxX
max width for modes
maxY
max height for modes
This operates like drm_hehlper_probe_single_connector_modes except it replaces the mode bits instead of merging them for preferred modes.
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