Name

drm_mode_probed_add — add a mode to a connector's probed_mode list

Synopsis

void drm_mode_probed_add (struct drm_connector * connector,
 struct drm_display_mode * mode);
 

Arguments

connector

connector the new mode

mode

mode data

Description

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.