Searched refs:vsync2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/Documentation/fb/ |
D | intel810.txt | 102 h. "vsync1/vsync2:<value>" 113 using vsync1/vsync2 = 60/60, make sure hsync1/hsync2 has at least 185 vsync1:50,vsync2:85,accel,mtrr" 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 195 vsync1 and vsync2 parameters. These parameters will be taken from the EDID 212 vsync2=85 accel=1 mtrr=1 217 vsync2=85 accel=1 mtrr=1
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_main.c | 143 static int vsync2; variable 1741 if (!vsync2) in i810_init_monspecs() 1742 vsync2 = VFMAX; in i810_init_monspecs() 1746 info->monspecs.vfmax = vsync2; in i810_init_monspecs() 1749 if (vsync2 < vsync1) in i810_init_monspecs() 1750 info->monspecs.vfmin = vsync2; in i810_init_monspecs() 1996 vsync2 = simple_strtoul(this_opt+7, NULL, 0); in i810fb_setup() 2185 module_param(vsync2, int, 0); 2186 MODULE_PARM_DESC(vsync2, "Maximum vertical frequency of monitor in Hz"
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 97 u8 vsync2[2]; member 1460 hdmi_reg_writeb(hdata, HDMI_TG_VSYNC2_L, tg->vsync2[0]); in hdmi_v13_mode_apply() 1461 hdmi_reg_writeb(hdata, HDMI_TG_VSYNC2_H, tg->vsync2[1]); in hdmi_v13_mode_apply() 1617 hdmi_reg_writeb(hdata, HDMI_TG_VSYNC2_L, tg->vsync2[0]); in hdmi_v14_mode_apply() 1618 hdmi_reg_writeb(hdata, HDMI_TG_VSYNC2_H, tg->vsync2[1]); in hdmi_v14_mode_apply() 1880 hdmi_set_reg(tg->vsync2, 2, 0x233); /* Reset value */ in hdmi_v13_mode_set() 1937 hdmi_set_reg(tg->vsync2, 2, (m->vtotal / 2) + 1); in hdmi_v14_mode_set() 1961 hdmi_set_reg(tg->vsync2, 2, 0x233); /* Reset value */ in hdmi_v14_mode_set()
|