Lines Matching refs:mode_option
1691 * @mode_option: optional per connector mode option
1695 * This parses @mode_option command line modeline for modes and options to
1696 * configure the connector. If @mode_option is NULL the default command line
1714 bool drm_mode_parse_command_line_for_connector(const char *mode_option,
1730 if (!mode_option)
1733 name = mode_option;
1789 unsigned int len = strlen(mode_option);
1794 if (len == 1 || (len >= 2 && mode_option[1] == ','))
1795 extra_ptr = mode_option;
1797 options_ptr = mode_option - 1;