Searched refs:viafb_refresh (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/fb/ |
A D | viafb.rst | 41 #modprobe viafb viafb_mode=800x600 viafb_bpp=16 viafb_refresh=60 55 viafb_refresh: 192 viafb_bpp1, viafb_refresh and viafb_refresh1 can be different. 208 2. Set various resolutions and viafb_refresh rates:: 290 append = "video=viafb:viafb_mode=1024x768,viafb_bpp=32,viafb_refresh=85"
|
/linux/drivers/video/fbdev/via/ |
A D | global.h | 56 extern int viafb_refresh;
|
A D | global.c | 14 int viafb_refresh = 60; variable
|
A D | viafbdev.c | 282 viafb_refresh = refresh; in viafb_set_par() 518 u.active_dev.refresh = viafb_refresh; in viafb_ioctl() 973 setting_info->first_dev_refresh = viafb_refresh; in retrieve_device_setting() 1806 default_var.xres, default_var.yres, viafb_refresh)); in via_fb_pci_probe() 1954 if (kstrtoint(this_opt + 14, 0, &viafb_refresh) < 0) in viafb_setup() 2024 || !viafb_get_best_mode(dummy_x, dummy_y, viafb_refresh) in viafb_init() 2074 module_param(viafb_refresh, int, S_IRUSR); 2075 MODULE_PARM_DESC(viafb_refresh,
|
A D | hw.c | 1949 viafb_hotplug_refresh = viafb_refresh; in viafb_setmode()
|
Completed in 11 milliseconds