Searched refs:vsync2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/fb/ |
H A D | intel810.rst | 108 h. "vsync1/vsync2:<value>" 119 using vsync1/vsync2 = 60/60, make sure hsync1/hsync2 has at least 192 vsync1:50,vsync2:85,accel,mtrr" 196 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values. 199 You must include hsync1, hsync2, vsync1 and vsync2 to enable video modes 202 vsync1 and vsync2 parameters. These parameters will be taken from the EDID 220 vsync2=85 accel=1 mtrr=1 225 vsync2=85 accel=1 mtrr=1
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 145 static int vsync2; variable 1743 if (!vsync2) in i810_init_monspecs() 1744 vsync2 = VFMAX; in i810_init_monspecs() 1748 info->monspecs.vfmax = vsync2; in i810_init_monspecs() 1751 if (vsync2 < vsync1) in i810_init_monspecs() 1752 info->monspecs.vfmin = vsync2; in i810_init_monspecs() 2000 vsync2 = simple_strtoul(this_opt+7, NULL, 0); in i810fb_setup() 2199 module_param(vsync2, int, 0); 2200 MODULE_PARM_DESC(vsync2, "Maximum vertical frequency of monitor in Hz"
|