Searched refs:hsync1 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/Documentation/fb/ |
D | intel810.txt | 93 g. "hsync1/hsync2:<value>" 95 monitor in kHz. If using a fixed frequency monitor, hsync1 must 113 using vsync1/vsync2 = 60/60, make sure hsync1/hsync2 has at least 184 append="video=i810fb:vram:2,xres:1024,yres:768,bpp:8,hsync1:30,hsync2:55, \ 189 will be computed based on the hsync1/hsync2 and vsync1/vsync2 values. 192 You must include hsync1, hsync2, vsync1 and vsync2 to enable video modes 194 supports I2C and has an EDID block, you can safely exclude hsync1, hsync2, 211 modprobe i810fb vram=2 xres=1024 bpp=8 hsync1=30 hsync2=55 vsync1=50 \ 216 options i810fb vram=2 xres=1024 bpp=16 hsync1=30 hsync2=55 vsync1=50 \
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_main.c | 140 static int hsync1; variable 1728 if (!hsync1) in i810_init_monspecs() 1729 hsync1 = HFMIN; in i810_init_monspecs() 1735 info->monspecs.hfmin = hsync1; in i810_init_monspecs() 1736 if (hsync2 < hsync1) in i810_init_monspecs() 1986 hsync1 = simple_strtoul(this_opt+7, &suffix, 0); in i810fb_setup() 1988 hsync1 *= 1000; in i810fb_setup() 2154 hsync1 *= 1000; in i810fb_init() 2176 module_param(hsync1, int, 0); 2177 MODULE_PARM_DESC(hsync1, "Minimum horizontal frequency of monitor in KHz"
|