Searched refs:yres_specified (Results 1 – 3 of 3) sorted by relevance
1090 bool yres_specified = false, cvt = false, rb = false; in drm_mode_parse_command_line_for_connector() local1111 !yres_specified && !cvt && !rb && was_digit) { in drm_mode_parse_command_line_for_connector()1119 if (!bpp_specified && !yres_specified && !cvt && in drm_mode_parse_command_line_for_connector()1128 if (!yres_specified && was_digit) { in drm_mode_parse_command_line_for_connector()1130 yres_specified = true; in drm_mode_parse_command_line_for_connector()1139 if (yres_specified || cvt || was_digit) in drm_mode_parse_command_line_for_connector()1144 if (yres_specified || cvt || rb || was_digit) in drm_mode_parse_command_line_for_connector()1149 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()1154 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()1159 if (yres_specified || bpp_specified || refresh_specified || in drm_mode_parse_command_line_for_connector()[all …]
589 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0; in fb_find_mode() local598 !yres_specified) { in fb_find_mode()609 if (!bpp_specified && !yres_specified) { in fb_find_mode()619 if (!yres_specified) { in fb_find_mode()622 yres_specified = 1; in fb_find_mode()629 if (!yres_specified) in fb_find_mode()648 if (i < 0 && yres_specified) { in fb_find_mode()
1864 int yres_specified = 0; in parse_opt_mode() local1870 if (!bpp_specified && !yres_specified) { in parse_opt_mode()1877 if (!yres_specified) { in parse_opt_mode()1879 yres_specified = 1; in parse_opt_mode()1889 if (i < 0 && yres_specified) { in parse_opt_mode()