Lines Matching full:timings

78 	{ "native-timings", no_argument, 0, OptNativeTimings },
79 { "preferred-timings", no_argument, 0, OptPreferredTimings },
88 { "short-timings", no_argument, 0, OptShortTimings },
89 { "long-timings", no_argument, 0, OptLongTimings },
92 { "v4l2-timings", no_argument, 0, OptV4L2Timings },
99 { "list-established-timings", no_argument, 0, OptListEstTimings },
125 " -n, --native-timings Report the native timings.\n" in usage()
126 " -p, --preferred-timings Report the preferred timings.\n" in usage()
128 " -S, --short-timings Report all video timings in a short format.\n" in usage()
129 " -L, --long-timings Report all video timings in a long format.\n" in usage()
130 " -X, --xmodeline Report all long video timings in Xorg.conf format.\n" in usage()
131 " -F, --fbmode Report all long video timings in fb.modes format.\n" in usage()
132 " -V, --v4l2-timings Report all long video timings in v4l2-dv-timings.h format.\n" in usage()
139 " --dmt <dmt> Show the timings for the DMT with the given DMT ID.\n" in usage()
140 " --vic <vic> Show the timings for this VIC.\n" in usage()
141 " --hdmi-vic <hdmivic> Show the timings for this HDMI VIC.\n" in usage()
143 " Calculate the CVT timings for the given format.\n" in usage()
144 " <fps> is frames per second for progressive timings,\n" in usage()
145 " or fields per second for interlaced timings.\n" in usage()
150 " If 'alt' is given and <rb>=2, then report the timings\n" in usage()
158 " Calculate the GTF timings for the given format.\n" in usage()
159 " <fps> is frames per second for progressive timings,\n" in usage()
160 " or fields per second for interlaced timings.\n" in usage()
169 " --list-established-timings List all known Established Timings.\n" in usage()
248 void calc_ratio(struct timings *t) in calc_ratio()
268 bool edid_state::match_timings(const timings &t1, const timings &t2) in match_timings()
301 * Return true if the timings are a close, but not identical,
306 bool timings_close_match(const timings &t1, const timings &t2) in timings_close_match()
331 static void print_modeline(unsigned indent, const struct timings *t, double refresh) in print_modeline()
355 static void print_fbmode(unsigned indent, const struct timings *t, in print_fbmode()
388 static void print_v4l2_timing(const struct timings *t, in print_v4l2_timing()
459 static void print_detailed_timing(unsigned indent, const struct timings *t) in print_detailed_timing()
489 bool edid_state::print_timings(const char *prefix, const struct timings *t, in print_timings()
496 fail("Unknown video timings.\n"); in print_timings()
589 const timings *vic_t = cta_close_match_to_vic(*t, vic); in print_timings()
594 const timings *dmt_t = close_match_to_dmt(*t, dmt); in print_timings()
612 …warn_once("Some YCbCr 4:2:0 timings are invalid for HDMI (which requires an RGB timings pixel rate… in print_timings()
1430 timings t = state.calc_cvt_mode(w, h, fps, rb, interlaced, overscan, alt, rb_h_blank); in parse_cvt()
1585 timings t; in show_gtf()
1605 const timings *t; in main()
1741 timings t; in main()