Searched refs:viafb_refresh (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/via/ |
D | global.h | 64 extern int viafb_refresh;
|
D | global.c | 28 int viafb_refresh = 60; variable
|
D | viafbdev.c | 296 viafb_refresh = refresh; in viafb_set_par() 532 u.active_dev.refresh = viafb_refresh; in viafb_ioctl() 986 setting_info->first_dev_refresh = viafb_refresh; in retrieve_device_setting() 1843 default_var.xres, default_var.yres, viafb_refresh)); in via_fb_pci_probe() 1993 if (kstrtoint(this_opt + 14, 0, &viafb_refresh) < 0) in viafb_setup() 2063 || !viafb_get_best_mode(dummy_x, dummy_y, viafb_refresh) in viafb_init() 2113 module_param(viafb_refresh, int, S_IRUSR); 2114 MODULE_PARM_DESC(viafb_refresh,
|
D | hw.c | 1964 viafb_hotplug_refresh = viafb_refresh; in viafb_setmode()
|
/linux-4.4.14/Documentation/fb/ |
D | viafb.txt | 36 #modprobe viafb viafb_mode=800x600 viafb_bpp=16 viafb_refresh=60 51 viafb_refresh: 172 viafb_bpp1, viafb_refresh and viafb_refresh1 can be different. 185 2. Set various resolutions and viafb_refresh rates, 251 append = "video=viafb:viafb_mode=1024x768,viafb_bpp=32,viafb_refresh=85"
|