Searched refs:yres_specified (Results 1 – 3 of 3) sorted by relevance
1016 bool yres_specified = false, cvt = false, rb = false; in drm_mode_parse_command_line_for_connector() local1037 !yres_specified && !cvt && !rb && was_digit) { in drm_mode_parse_command_line_for_connector()1045 if (!bpp_specified && !yres_specified && !cvt && in drm_mode_parse_command_line_for_connector()1054 if (!yres_specified && was_digit) { in drm_mode_parse_command_line_for_connector()1056 yres_specified = true; in drm_mode_parse_command_line_for_connector()1064 if (yres_specified || cvt || was_digit) in drm_mode_parse_command_line_for_connector()1069 if (yres_specified || cvt || rb || was_digit) in drm_mode_parse_command_line_for_connector()1074 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()1079 if (cvt || yres_specified || was_digit) in drm_mode_parse_command_line_for_connector()1084 if (yres_specified || bpp_specified || refresh_specified || in drm_mode_parse_command_line_for_connector()[all …]
592 int yres_specified = 0, cvt = 0, rb = 0, interlace = 0; in fb_find_mode() local601 !yres_specified) { in fb_find_mode()612 if (!bpp_specified && !yres_specified) { in fb_find_mode()622 if (!yres_specified) { in fb_find_mode()625 yres_specified = 1; in fb_find_mode()632 if (!yres_specified) in fb_find_mode()651 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()