Name
drm_helper_probe_single_connector_modes_nomerge —
get complete set of display modes
Synopsis
int drm_helper_probe_single_connector_modes_nomerge ( | struct drm_connector * connector, |
| uint32_t maxX, |
| uint32_t maxY) ; |
Arguments
connector
connector to probe
maxX
max width for modes
maxY
max height for modes
Description
This operates like drm_hehlper_probe_single_connector_modes except it
replaces the mode bits instead of merging them for preferred modes.