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.c298 const struct fb_videomode vesa_modes[] = { variable
448 EXPORT_SYMBOL(vesa_modes);
451 { 0x01, 0x0000, 0x000000, &vesa_modes[0] },
452 { 0x02, 0x3119, 0x000000, &vesa_modes[1] },
453 { 0x03, 0x0000, 0x000000, &vesa_modes[2] },
454 { 0x04, 0x3140, 0x000000, &vesa_modes[3] },
455 { 0x05, 0x314c, 0x000000, &vesa_modes[4] },
456 { 0x06, 0x314f, 0x000000, &vesa_modes[5] },
457 { 0x07, 0x3159, 0x000000, &vesa_modes[6] },
458 { 0x08, 0x0000, 0x000000, &vesa_modes[7] },
[all …]
H A Dfbmon.c431 mode[num++] = vesa_modes[3]; in get_est_timing()
440 mode[num++] = vesa_modes[4]; in get_est_timing()
444 mode[num++] = vesa_modes[5]; in get_est_timing()
448 mode[num++] = vesa_modes[7]; in get_est_timing()
452 mode[num++] = vesa_modes[8]; in get_est_timing()
458 mode[num++] = vesa_modes[9]; in get_est_timing()
462 mode[num++] = vesa_modes[10]; in get_est_timing()
471 mode[num++] = vesa_modes[12]; in get_est_timing()
475 mode[num++] = vesa_modes[13]; in get_est_timing()
479 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.c1543 &vesa_modes[i], info)) in ufx_setup_modes()
1544 fb_add_videomode(&vesa_modes[i], in ufx_setup_modes()
H A Duvesafb.c740 &vesa_modes[i], info)) in uvesafb_vbe_getmonspecs()
741 fb_add_videomode(&vesa_modes[i], &info->modelist); in uvesafb_vbe_getmonspecs()
H A Dudlfb.c1343 mode = (struct fb_videomode *)&vesa_modes[i]; in dlfb_setup_modes()
/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/drivers/staging/sm750fb/
H A Dsm750.c734 lynx750_ext, NULL, vesa_modes, in lynxfb_set_fbinfo()