| /linux/drivers/video/fbdev/via/ |
| H A D | via_aux_edid.c | 25 fb_destroy_modedb(spec->modedb); in query_edid() 52 if (!spec || !spec->modedb || !(spec->misc & FB_MISC_1ST_DETAIL)) in get_preferred_mode() 56 if (spec->modedb[i].flag & FB_MODE_IS_FIRST && in get_preferred_mode() 57 spec->modedb[i].flag & FB_MODE_IS_DETAILED) in get_preferred_mode() 58 return &spec->modedb[i]; in get_preferred_mode() 69 fb_destroy_modedb(spec->modedb); in cleanup()
|
| /linux/drivers/video/fbdev/ |
| H A D | acornfb.c | 618 static struct fb_videomode modedb[] = { variable 951 for (i = 0; i < ARRAY_SIZE(modedb); i++) { in acornfb_probe() 954 hs = modedb[i].refresh * in acornfb_probe() 955 (modedb[i].yres + modedb[i].upper_margin + in acornfb_probe() 956 modedb[i].lower_margin + modedb[i].vsync_len); in acornfb_probe() 957 if (modedb[i].xres == DEFAULT_XRES && in acornfb_probe() 958 modedb[i].yres == DEFAULT_YRES && in acornfb_probe() 959 modedb[i].refresh >= fb_info.monspecs.vfmin && in acornfb_probe() 960 modedb[i].refresh <= fb_info.monspecs.vfmax && in acornfb_probe() 963 acornfb_default_mode = modedb[i]; in acornfb_probe() [all …]
|
| H A D | smscufx.c | 1099 if (info->monspecs.modedb) in ufx_free_framebuffer() 1100 fb_destroy_modedb(info->monspecs.modedb); in ufx_free_framebuffer() 1520 if (ufx_is_valid_mode(&info->monspecs.modedb[i], info)) in ufx_setup_modes() 1521 fb_add_videomode(&info->monspecs.modedb[i], in ufx_setup_modes() 1713 fb_destroy_modedb(info->monspecs.modedb); in ufx_usb_probe()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_monitor.c | 830 fb_videomode_to_modelist(info->monspecs.modedb, in radeon_check_modes() 833 rinfo->mon1_modedb = info->monspecs.modedb; in radeon_check_modes() 844 struct fb_videomode *modedb; in radeon_check_modes() local 862 modedb = rinfo->mon1_modedb; in radeon_check_modes() 866 modedb, dbsize, NULL, 8) == 0) { in radeon_check_modes() 881 info->monspecs.modedb, in radeon_check_modes() 896 info->monspecs.modedb, in radeon_check_modes() 905 if (!has_default_mode && info->monspecs.modedb != NULL) { in radeon_check_modes() 907 struct fb_videomode *modedb = NULL; in radeon_check_modes() local 914 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) { in radeon_check_modes() [all …]
|
| /linux/Documentation/fb/ |
| H A D | aty128fb.rst | 25 Switching modes is done using the video=aty128fb:<resolution>... modedb 28 See Documentation/fb/modedb.rst for more information on modedb 59 <XxX@X> selects startup videomode. See modedb.txt for detailed
|
| H A D | gxfb.rst | 27 See Documentation/fb/modedb.rst for more information on modedb
|
| H A D | lxfb.rst | 27 See Documentation/fb/modedb.rst for more information on modedb
|
| H A D | modedb.rst | 2 modedb default video mode support 7 which is a mess and a waste of resources. The main idea of modedb is to have 165 found in drivers/video/fbdev/core/modedb.c. Check your driver's documentation. 168 Drivers that support modedb boot options
|
| H A D | cirrusfb.rst | 41 Full support for startup video modes (modedb) will be integrated soon.
|
| H A D | uvesafb.rst | 104 <mode> The mode you want to set, in the standard modedb format. Refer to 105 modedb.txt for a detailed description. When uvesafb is compiled as
|
| H A D | tridentfb.rst | 71 Documentation/fb/modedb.rst
|
| H A D | intel810.rst | 176 Documentation/fb/modedb.rst for usage.
|
| /linux/Documentation/driver-api/ |
| H A D | frame-buffer.rst | 46 .. kernel-doc:: drivers/video/fbdev/core/modedb.c 49 .. kernel-doc:: drivers/video/fbdev/core/modedb.c
|
| /linux/drivers/video/fbdev/core/ |
| H A D | Makefile | 6 modedb.o fbcvt.o fb_cmdline.o
|
| H A D | fbmon.c | 695 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb() argument 697 kfree(modedb); in fb_destroy_modedb() 986 specs->modedb = fb_create_modedb(edid, &specs->modedb_len, specs); in fb_edid_to_monspecs() 987 if (!specs->modedb) in fb_edid_to_monspecs() 996 if (specs->modedb[i].flag & FB_MODE_IS_DETAILED) { in fb_edid_to_monspecs() 1417 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb() argument
|
| /linux/drivers/video/fbdev/geode/ |
| H A D | lxfb_core.c | 225 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb() argument 228 *modedb = (struct fb_videomode *) olpc_dcon_modedb; in get_modedb() 231 *modedb = (struct fb_videomode *) geode_modedb; in get_modedb()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_setup.c | 586 fb_destroy_modedb(monB->modedb); in NVCommonSetup() 590 fb_destroy_modedb(monA->modedb); in NVCommonSetup() 600 fb_destroy_modedb(monB->modedb); in NVCommonSetup()
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_main.c | 1928 if (specs->modedb == NULL) in i810fb_find_init_mode() 1931 fb_videomode_to_modelist(specs->modedb, specs->modedb_len, in i810fb_find_init_mode() 1933 if (specs->modedb != NULL) { in i810fb_find_init_mode() 1953 fb_find_mode(&var, info, mode_option, specs->modedb, in i810fb_find_init_mode() 1958 fb_destroy_modedb(specs->modedb); in i810fb_find_init_mode() 1959 specs->modedb = NULL; in i810fb_find_init_mode()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 8343 See Documentation/fb/modedb.rst.
|