Searched refs:yres_specified (Results 1 – 3 of 3) sorted by relevance
1293 bool yres_specified = false, cvt = false, rb = false; in drm_mode_parse_command_line_for_connector() local1314 !yres_specified && !cvt && !rb && was_digit) { in drm_mode_parse_command_line_for_connector()1322 if (!bpp_specified && !yres_specified && !cvt && in drm_mode_parse_command_line_for_connector()1331 if (!yres_specified && was_digit) { in drm_mode_parse_command_line_for_connector()1333 yres_specified = true; in drm_mode_parse_command_line_for_connector()1342 if (yres_specified || cvt || was_digit) in drm_mode_parse_command_line_for_connector()1347 if (yres_specified || cvt || rb || was_digit) in drm_mode_parse_command_line_for_connector()1352 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()1357 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()1362 if (yres_specified || bpp_specified || refresh_specified || in drm_mode_parse_command_line_for_connector()[all …]
700 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0; in fb_find_mode() local709 !yres_specified) { in fb_find_mode()720 if (!bpp_specified && !yres_specified) { in fb_find_mode()730 if (!yres_specified) { in fb_find_mode()733 yres_specified = 1; in fb_find_mode()740 if (!yres_specified) in fb_find_mode()759 if (i < 0 && yres_specified) { in fb_find_mode()
1865 int yres_specified = 0; in parse_opt_mode() local1871 if (!bpp_specified && !yres_specified) { in parse_opt_mode()1878 if (!yres_specified) { in parse_opt_mode()1880 yres_specified = 1; in parse_opt_mode()1890 if (i < 0 && yres_specified) { in parse_opt_mode()