Home
last modified time | relevance | path

Searched refs:vesa_modes (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dmodedb.c297 const struct fb_videomode vesa_modes[] = { variable
447 EXPORT_SYMBOL(vesa_modes);
450 { 0x01, 0x0000, 0x000000, &vesa_modes[0] },
451 { 0x02, 0x3119, 0x000000, &vesa_modes[1] },
452 { 0x03, 0x0000, 0x000000, &vesa_modes[2] },
453 { 0x04, 0x3140, 0x000000, &vesa_modes[3] },
454 { 0x05, 0x314c, 0x000000, &vesa_modes[4] },
455 { 0x06, 0x314f, 0x000000, &vesa_modes[5] },
456 { 0x07, 0x3159, 0x000000, &vesa_modes[6] },
457 { 0x08, 0x0000, 0x000000, &vesa_modes[7] },
[all …]
H A Dfbmon.c426 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 …]
/linux/drivers/video/fbdev/
H A Dneofb.c1796 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor()
1806 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode)); in neo_scan_monitor()
1813 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode)); in neo_scan_monitor()
1820 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode)); in neo_scan_monitor()
1832 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor()
H A Dsmscufx.c1539 &vesa_modes[i], info)) in ufx_setup_modes()
1540 fb_add_videomode(&vesa_modes[i], in ufx_setup_modes()
H A Duvesafb.c742 &vesa_modes[i], info)) in uvesafb_vbe_getmonspecs()
743 fb_add_videomode(&vesa_modes[i], &info->modelist); in uvesafb_vbe_getmonspecs()
/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c977 const struct fb_videomode *db = vesa_modes; in radeon_match_mode()
1034 db = vesa_modes; in radeon_match_mode()
/linux/include/linux/
H A Dfb.h865 extern const struct fb_videomode vesa_modes[];
/linux/drivers/staging/sm750fb/
H A Dsm750.c727 lynx750_ext, NULL, vesa_modes, in lynxfb_set_fbinfo()