Home
last modified time | relevance | path

Searched refs:viafb_refresh (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/fb/
H A Dviafb.rst41 #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/
H A Dglobal.h56 extern int viafb_refresh;
H A Dglobal.c14 int viafb_refresh = 60; variable
H A Dviafbdev.c282 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()
1958 if (kstrtoint(this_opt + 14, 0, &viafb_refresh) < 0) in viafb_setup()
2034 || !viafb_get_best_mode(dummy_x, dummy_y, viafb_refresh) in viafb_init()
2086 module_param(viafb_refresh, int, S_IRUSR);
2087 MODULE_PARM_DESC(viafb_refresh,
H A Dhw.c1949 viafb_hotplug_refresh = viafb_refresh; in viafb_setmode()