Lines Matching +full:128 +full:m
47 { NULL, 56, 800, 600, 27777, 128, 24, 22, 1, 72, 2, 0,
67 { NULL, 60, 800, 600, 25000, 88, 40, 23, 1, 128, 4,
104 { NULL, 87, 1280, 1024, 12500, 56, 16, 128, 1, 216, 12, 0,
133 { NULL, 60, 1400, 1050, 9259, 128, 40, 12, 0, 112, 3,
155 { NULL, 84, 1152, 864, 7407, 184, 312, 32, 0, 128, 12, 0,
175 { NULL, 100, 1152, 864, 7264, 224, 32, 17, 2, 128, 19, 0,
199 { NULL, 100, 1280, 1024, 5502, 256, 32, 26, 7, 128, 15, 0,
266 { NULL, 60, 1920, 1200, 5177, 128, 336, 1, 38, 208, 3,
311 { NULL, 72, 640, 480, 31746, 128, 24, 29, 9, 40, 2,
320 { NULL, 56, 800, 600, 27777, 128, 24, 22, 01, 72, 2,
324 { NULL, 60, 800, 600, 25000, 88, 40, 23, 01, 128, 4,
358 { NULL, 75, 1152, 864, 9259, 256, 64, 32, 1, 128, 3,
402 { NULL, 60, 1792, 1344, 4882, 328, 128, 46, 1, 200, 3,
411 { NULL, 75, 1856, 1392, 3472, 352, 128, 104, 1, 224, 3,
414 { NULL, 60, 1920, 1440, 4273, 344, 128, 56, 1, 200, 3,
595 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][p][m]
604 * If 'M' is present after yres (and before refresh/bpp if present),
606 * Video Timings (CVT). If 'R' is present after 'M', will compute with
608 * interlaced or progressive mode. If 'm' is present, add margins equal
610 * 'i', 'p' and 'm' must be after 'M' and 'R'. Example::
612 * 1024x768MR-8@60m - Reduced blank with margins at 60Hz.
693 case 'M': in fb_find_mode()
701 case 'm': in fb_find_mode()
1039 struct fb_videomode *m, mode; in fb_match_mode() local
1043 m = &modelist->mode; in fb_match_mode()
1044 if (fb_mode_is_equal(m, &mode)) in fb_match_mode()
1045 return m; in fb_match_mode()
1061 struct fb_videomode *m; in fb_add_videomode() local
1065 m = &modelist->mode; in fb_add_videomode()
1066 if (fb_mode_is_equal(m, mode)) { in fb_add_videomode()
1096 struct fb_videomode *m; in fb_delete_videomode() local
1100 m = &modelist->mode; in fb_delete_videomode()
1101 if (fb_mode_is_equal(m, mode)) { in fb_delete_videomode()
1146 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; in fb_find_best_display() local
1154 m = &modelist->mode; in fb_find_best_display()
1157 m1 = m; in fb_find_best_display()
1161 if (m->flag & FB_MODE_IS_FIRST) { in fb_find_best_display()
1162 md = m; in fb_find_best_display()
1180 m = fb_find_best_mode(&var, head); in fb_find_best_display()
1181 if (m) { in fb_find_best_display()
1182 best = m; in fb_find_best_display()