Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c262 if (vesa_modes[i].vesanr == videomode) in card_init()
271 &res_mode_init[vesa_modes[i].resindex]; in card_init()
272 if (vesa_modes[i].resindex > 2) { in card_init()
274 bpp = vesa_modes[1].bits_per_pixel; in card_init()
277 bpp = vesa_modes[i].bits_per_pixel; in card_init()
278 div = fr_div[vesa_modes[i].resindex]; in card_init()
H A Dvideomodes.h75 extern const struct ctfb_vesa_modes vesa_modes[];
H A Dati_radeon_fb.c653 if (vesa_modes[i].vesanr == videomode) in video_hw_init()
660 res_mode = (struct ctfb_res_modes *) &res_mode_init[vesa_modes[i].resindex]; in video_hw_init()
661 bits_per_pixel = vesa_modes[i].bits_per_pixel; in video_hw_init()
662 vesa_idx = vesa_modes[i].resindex; in video_hw_init()
H A Dmx3fb.c830 if (vesa_modes[i].vesanr == videomode) in video_hw_init()
839 &res_mode_init[vesa_modes[i].resindex]; in video_hw_init()
840 bits_per_pixel = vesa_modes[i].bits_per_pixel; in video_hw_init()
H A Dvideomodes.c66 const struct ctfb_vesa_modes vesa_modes[VESA_MODES_COUNT] = { variable
/openbmc/linux/drivers/video/fbdev/
H A Dneofb.c1794 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor()
1804 memcpy(info->monspecs.modedb, &vesa_modes[8], sizeof(struct fb_videomode)); in neo_scan_monitor()
1811 memcpy(info->monspecs.modedb, &vesa_modes[13], sizeof(struct fb_videomode)); in neo_scan_monitor()
1818 memcpy(info->monspecs.modedb, &vesa_modes[20], sizeof(struct fb_videomode)); in neo_scan_monitor()
1830 memcpy(info->monspecs.modedb, &vesa_modes[3], sizeof(struct fb_videomode)); in neo_scan_monitor()
H A Dsmscufx.c1578 &vesa_modes[i], info)) in ufx_setup_modes()
1579 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()
H A Dudlfb.c1386 mode = (struct fb_videomode *)&vesa_modes[i]; in dlfb_setup_modes()
/openbmc/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()
/openbmc/linux/include/linux/
H A Dfb.h836 extern const struct fb_videomode vesa_modes[];
/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750.c690 lynx750_ext, NULL, vesa_modes, in lynxfb_set_fbinfo()