Searched refs:hsync2 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/Documentation/fb/ |
| D | intel810.rst | 99 g. "hsync1/hsync2:<value>" 102 be equal to hsync2. If EDID probing is successful, these will be 119 using vsync1/vsync2 = 60/60, make sure hsync1/hsync2 has at least 191 append="video=i810fb:vram:2,xres:1024,yres:768,bpp:8,hsync1:30,hsync2:55, \ 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 201 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2, 219 modprobe i810fb vram=2 xres=1024 bpp=8 hsync1=30 hsync2=55 vsync1=50 \ 224 options i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50 \
|
| /Linux-v5.4/drivers/video/fbdev/i810/ |
| D | i810_main.c | 142 static int hsync2; variable 1731 if (!hsync2) in i810_init_monspecs() 1732 hsync2 = HFMAX; in i810_init_monspecs() 1734 info->monspecs.hfmax = hsync2; in i810_init_monspecs() 1737 if (hsync2 < hsync1) in i810_init_monspecs() 1738 info->monspecs.hfmin = hsync2; in i810_init_monspecs() 1993 hsync2 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1995 hsync2 *= 1000; in i810fb_setup() 2158 hsync2 *= 1000; in i810fb_init() 2182 module_param(hsync2, int, 0); [all …]
|