Lines Matching +full:480 +full:m

43 	{ NULL, 60, 640, 480, 39721, 40, 24, 32, 11, 96, 2,	0,
59 { NULL, 72, 640, 480, 31746, 144, 40, 30, 8, 40, 3, 0,
63 { NULL, 75, 640, 480, 31746, 120, 16, 16, 1, 64, 3, 0,
72 { NULL, 85, 640, 480, 27777, 80, 56, 25, 1, 56, 3, 0,
88 { NULL, 100, 640, 480, 21834, 96, 32, 36, 8, 96, 6, 0,
244 /* 480x300 @ 56 Hz, 35.2 kHz hsync, 8:5 aspect ratio */
245 { NULL, 56, 480, 300, 46176, 80, 16, 10, 1, 40, 1, 0,
248 /* 480x300 @ 60 Hz, 37.8 kHz hsync */
249 { NULL, 60, 480, 300, 41858, 56, 16, 11, 1, 80, 2, 0,
252 /* 480x300 @ 63 Hz, 39.6 kHz hsync */
253 { NULL, 63, 480, 300, 40000, 56, 16, 11, 1, 80, 2, 0,
256 /* 480x300 @ 72 Hz, 48.0 kHz hsync */
257 { NULL, 72, 480, 300, 33386, 40, 24, 11, 19, 80, 3, 0,
292 { NULL, 60, 864, 480, 27777, 1, 1, 1, 1, 0, 0,
308 { NULL, 60, 640, 480, 39682, 48, 16, 33, 10, 96, 2,
311 { NULL, 72, 640, 480, 31746, 128, 24, 29, 9, 40, 2,
314 { NULL, 75, 640, 480, 31746, 120, 16, 16, 01, 64, 3,
317 { NULL, 85, 640, 480, 27777, 80, 56, 25, 01, 56, 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()