| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | modedb.c | 292 const struct fb_videomode vesa_modes[] = { variable 442 EXPORT_SYMBOL(vesa_modes); 445 { 0x01, 0x0000, 0x000000, &vesa_modes[0] }, 446 { 0x02, 0x3119, 0x000000, &vesa_modes[1] }, 447 { 0x03, 0x0000, 0x000000, &vesa_modes[2] }, 448 { 0x04, 0x3140, 0x000000, &vesa_modes[3] }, 449 { 0x05, 0x314c, 0x000000, &vesa_modes[4] }, 450 { 0x06, 0x314f, 0x000000, &vesa_modes[5] }, 451 { 0x07, 0x3159, 0x000000, &vesa_modes[6] }, 452 { 0x08, 0x0000, 0x000000, &vesa_modes[7] }, [all …]
|
| H A D | fbmon.c | 426 mode[num++] = vesa_modes[3]; in get_est_timing() 435 mode[num++] = vesa_modes[4]; in get_est_timing() 439 mode[num++] = vesa_modes[5]; in get_est_timing() 443 mode[num++] = vesa_modes[7]; in get_est_timing() 447 mode[num++] = vesa_modes[8]; in get_est_timing() 453 mode[num++] = vesa_modes[9]; in get_est_timing() 457 mode[num++] = vesa_modes[10]; in get_est_timing() 466 mode[num++] = vesa_modes[12]; in get_est_timing() 470 mode[num++] = vesa_modes[13]; in get_est_timing() 474 mode[num++] = vesa_modes[14]; in get_est_timing() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | mb862xx.c | 263 if (vesa_modes[i].vesanr == videomode) in card_init() 272 &res_mode_init[vesa_modes[i].resindex]; in card_init() 273 if (vesa_modes[i].resindex > 2) { in card_init() 275 bpp = vesa_modes[1].bits_per_pixel; in card_init() 278 bpp = vesa_modes[i].bits_per_pixel; in card_init() 279 div = fr_div[vesa_modes[i].resindex]; in card_init()
|
| H A D | ati_radeon_fb.c | 654 if (vesa_modes[i].vesanr == videomode) in video_hw_init() 661 res_mode = (struct ctfb_res_modes *) &res_mode_init[vesa_modes[i].resindex]; in video_hw_init() 662 bits_per_pixel = vesa_modes[i].bits_per_pixel; in video_hw_init() 663 vesa_idx = vesa_modes[i].resindex; in video_hw_init()
|
| H A D | videomodes.h | 76 extern const struct ctfb_vesa_modes vesa_modes[];
|
| H A D | mx3fb.c | 833 if (vesa_modes[i].vesanr == videomode) in video_hw_init() 842 &res_mode_init[vesa_modes[i].resindex]; in video_hw_init() 843 bits_per_pixel = vesa_modes[i].bits_per_pixel; in video_hw_init()
|
| H A D | videomodes.c | 67 const struct ctfb_vesa_modes vesa_modes[VESA_MODES_COUNT] = { variable
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | neofb.c | 1793 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor() 1803 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode)); in neo_scan_monitor() 1810 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode)); in neo_scan_monitor() 1817 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode)); in neo_scan_monitor() 1829 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor()
|
| H A D | smscufx.c | 1577 &vesa_modes[i], info)) in ufx_setup_modes() 1578 fb_add_videomode(&vesa_modes[i], in ufx_setup_modes()
|
| H A D | uvesafb.c | 740 &vesa_modes[i], info)) in uvesafb_vbe_getmonspecs() 741 fb_add_videomode(&vesa_modes[i], &info->modelist); in uvesafb_vbe_getmonspecs()
|
| H A D | udlfb.c | 1383 mode = (struct fb_videomode *)&vesa_modes[i]; in dlfb_setup_modes()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | radeon_monitor.c | 979 const struct fb_videomode *db = vesa_modes; in radeon_match_mode() 1036 db = vesa_modes; in radeon_match_mode()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fb.h | 791 extern const struct fb_videomode vesa_modes[];
|
| /OK3568_Linux_fs/kernel/drivers/staging/sm750fb/ |
| H A D | sm750.c | 688 lynx750_ext, NULL, vesa_modes, in lynxfb_set_fbinfo()
|